/* styles adapted from Russ Weakley's session @ WebStock 2006 */

#content form {
	margin: 0.2em 0 0.4em;
}
#content fieldset {
    margin: 1em 0;
    padding: 0 0 1em;
    border: none;
    border-bottom: 1px dashed #ddd;
}
#content legend {
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: bold;
  color: #000;
}
#content fieldset div {
    margin: 0 0 1em;
    clear: left;
}
#content fieldset label {
	clear: left;
	float: left;
	width: 15em;
	margin: 0 0.5em 0.5em 0;
}
#content fieldset label.label-wide {width: 35em;}
#content fieldset ul label {
    clear: none;
    float: none;
    width: 10em;
}
#content input:focus, #content fieldset select:focus, #content fieldset textarea:focus {background-color: #ebeef0;}
#content form ul, #content form ol {
	list-style: none;
	margin-left: 12em;
}
#content form ul.normal {
	list-style: inside;
	margin-left: 0;
}
#content form div.instructions {font-size: 0.8em;}
#content fieldset fieldset {
	margin: 1em 0 0 0;
	padding-bottom: 0;
	border-bottom: none;
}
/* floats text for required information off page to far left */
#content span.required {
    position: absolute;
    left: -500em;
}
#content fieldset.buttons {
	border: 0;
	text-align: center;
}
#content .button {text-decoration:none; }
#content fieldset.buttons input, #content button, #content .button {
	margin: 5px 10px;
	background-color: #0374ad;
	padding: 0.1em 0.6em 0.2em;
	border: none;
	color: #fff;
	font: bold 1em Arial, Helvetica, sans-serif;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	-opera-box-shadow: 53px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
#content form .reqMissed {
	color: #f00;
	font-weight: bold;
}