@charset "UTF-8";
/* CSS Document */

/* -- these styles use attribute selectors and the focus pseudo-class selector to style form elemenrts in DOM compliant browsers Other browsers, (e.g., IE6, et al) will ignore rthese styles and render the default  */



/*fieldset {
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 15px;
}

legend {
	font: bold  Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
}
*/


/* reset width for non-text inputs */

	
/*#clientInfo {
	float: left;
}*/
/* display labels netxt to form elements, add a class for when they should stack*/
/*input {
	width: 200px;
	}
*/	
/* reset width for non-text inputs */
/*input.radio, input.checkbox, input.submit {
	width:auto;
	}
*/
/*label {
	float:left;
	margin-right: 2em;
}

label.top {
	display:block;
	float:none;
	}
*/
.position01 {
	font-size: 1.5em;
	text-transform: none;
}



input:focus, textarea:focus {
	border 2px solid #630;
	background-color: #CCFFFF;
	}
.requiredFocus {
	background-color: #FFFFCC;
}
.clientlegend {
	text-transform: none;
}
.PosLegend {
	text-transform: none;
}
.MiscLegend {
	text-transform: none;
}
/*#PositionInfo {
	float: left;
}
#miscInfo {
	float: left;
}
*/.notRequiredFocus {
	background-color: #CCFFFF;
}
