.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px; padding: 2px; border: solid 1px #ccc;
}
.field_heading {
	font-size: 0.9em;
	font-weight: bold;
	text-align:center;
	border-bottom: 0px solid #666;
	padding:0 30px 10px 30px;
	margin-bottom: 10px;
	color: #666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
.textfield, .image_captcha, .email, .captcha { padding: 2px; border: solid 1px #ccc; }
td.captcha_expl { font-size: 0.9em; }
#contact { float: left; margin: 0; padding: 10px 0; }
.go2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8b9f07;
	margin: 0px;
	padding: 3px;
 border:none; vertical-align:bottom;
}
.go2:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #c11717;
	margin: 0px;
		padding: 3px;
border: none;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none; 
}