.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield, .email{
	color:#666666;
	width: 240px;
}
.textarea {
	width: 90%;
	height: 100px;
}

.submit {
	width:100px;
	text-transform:uppercase;
	font:bold 11px arial,verdana;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
	background: #F5F5F5;
	color:c62023;
	margin-top:10px;	
}

.textfield , .textarea, .email {

	
	font:normal 11px "trebuchet ms",arial,verdana;
	
	color:#666666;
	border-top:1px solid #888888;
	border-left:1px solid #888888;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	background: #F5F5F5;
}
.textfield:focus , .textarea:focus, .email:focus {
	background:#F9F9F9;
}

.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}


#content #center form {
			padding:10px;
			padding-top:10px;
			padding-bottom:20px;
		}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}																																										