/* CSS Document */

/*form label, form label.hilite {		background: yellow;			}
form span.field {					background: lightblue;		}
form span.extras {					background: lightgreen;		}*/


form fieldset {
	display:block;
	border:0;
	}

form fieldset legend {
	display:none;
	}

form fieldset ol {
	list-style-type:none;
	}

br.clear {
	clear:both;
	}


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;
	}
/*	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: 95%;
	height: 19px;
	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		*/

