.currentField { background-color: #FFFFCC; }
.defField
{
background: #FFFFFF;
}
#req_form_fields { background-color: #FFCCCC; }
.req_form_fields { background-color: #FFCCCC; }
.private { background-color: #CCFFCC; }
input, select, textarea
{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	line-height: 110%;
	margin: 2px 0 2px 0;
}
.radio { 	
	border-color: #999;
	border-width: 0;
	border-style: solid; }
.fsection_head
{
	color: #C00;
	margin-top: -25px;
	padding-left: 10px;
	width: 50%;
	background-image: url(formbgwh.gif);
	background-repeat: repeat-x;
}
.fsection {
	width: 625px;
	padding: 1em;
	border: 1px solid #999999;
}