/* CSS Document */

/*#form label, #form label.hilite {		background: yellow;		}
#form span.field {					background: lightblue;		}
#form span.extras {					background: lightgreen;		}*/

#form ul li {
	margin-left: 15px;
	}

#form fieldset {
	display:block;
	border:0;
	}

#form fieldset legend {
	display:none;
	}

#form fieldset legend.visible_legend {
	display: block;
	}

#form fieldset ol {
	list-style-type:none;
	}

br.clear {
	clear:both;
	font-size: 0;
	line-height: 0;
	}


#form label {
	float:left;
	}

#form span.field {
	float:left;
	}

#form em.required {
	}

#form span.extras {
	float:left;
	}

#errors {
	color:#ff0000;
	font-weight:bold;
	}

#form fieldset {
	padding:0;
	}

/*	Begin General	*/
#form label {
	width:45%;
	}

#form span.field {
	width:45%;
	}

#form span.extras {
	width:45%;
	}
/*	End General		*/

/*	Begin Label		*/
#form label {
	text-align:right;
	}

#form label span {
	display:block;
	padding:4px 20px 4px 0;
	}

#form label strong {
	font-weight:bold;
	padding:0;
	position:absolute;
	right:5px;
	display:inline;
	}
/*	End Label		*/

/*	Begin Field		*/
#form span.field span {
	display:block;
	padding:4px 0;
	}

#form span.field input, #form span.field textarea {
	width: 92%;
	margin:0.1em 0 0;
	}

#form span.field input.checkbox {
	width: 15px;
	}

#form span.field input.radio {
	margin-top:0.2em;
	width: 15px;
	}

#form span.field select {
	width: 93%;
	margin:0.2em 0 0;
	}

#form span.field select.start_month {
	width: 45%;
	}
	
#form span.field select.start_year {
	width: 47%;
	}

#form em {
	color:#ff0000;
	}
/*	End Field		*/

/*	Begin Extras	*/
#form span.extras {
	font-size:0;
	}

#form span.extras strong {
	font-size:10px;
	font-weight:bold;
	color:#ff0000;
	padding:0 0 3px 2px;
	}

#form span.extras strong img {
	margin-left:-22px;
	margin-bottom:-3px;
	}

#form span.extras span {
	font-size:10px;
	padding:0 0 3px 2px;
	display:block;
	}
/*	End Extras		*/


.readonly {
	font-style: italic;
	}

form span.text {
	padding-top: 3px;
	}

form #signature_p {
	padding-left: 225px; /* this window doesn't change width, so i'm swapping out 32% for px */
	padding-right: 5%;
	}

form span.extras span.strong {
	color: #ff0000;
	font-weight: bold;
	}
