@CHARSET "ISO-8859-1";

.formheader {
	color: black;
	font-size: 1.1em;
	font-weight: bolder;
	text-align: center;
	margin-top: 0;
}

.form {
	font-size: .8em;
	background-color: #FDFCE0;
	color: #6B6B6B;
	padding: 5px;
}

.form input, select {
	font-size: 11px;	
}

.form fieldset {
	border: none;
}

.form fieldset legend {
	color: #275799;	
	font-size: 1.0em;
	font-weight: bold;
}

.form fieldset .divider {
	width: 100%;
	border-bottom: thin solid #F1A93D;
	margin: 0 0 10px 0;
	line-height: 1px;
}

.form fieldset .formfield {
	width: 100%;
	margin: 5px 0 5px 0;
	float: left;
	overflow: hidden; /* IE7 */
}

.form fieldset .formfield .multiline {
	width: 60%;
	float: left;
	overflow: hidden; /* IE7 */
}

.form fieldset .formfield .label {
	text-align: right;
	width: 30%;
	float: left;
	margin-right: 3px;
	overflow: hidden; /* IE7 */
}

.form .footer {
	text-align: center;
}

.accent {
	color: #F1A93D;
}

.errorpanel {
	color: red;
}

