.required {
	color: #FF0000;
}
.field_title {
	font-size: 1.2em;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 1.2em;
	width: 200px;
}
.textarea {
	font-size: 1.2em;
	width: 250px;
	height: 100px; padding: 2px; margin-left: 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: 1.2em; border: solid 1px #ccc;
}
.checkbox_label {
	font-size: 1.2em;
	cursor: pointer;
}
.radio_label {
	font-size: 1.2em;
	cursor: pointer;
}
.email {
	font-size: 1.2em;
	width: 200px;
}
.textfield, .image_captcha, .email, .captcha { padding: 2px; border: solid 1px #ccc; }
td.captcha_expl { font-size: 1em; }
#contact { float: left; margin: 0; padding: 10px 0; }
.go2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #309;
	margin: 0px;
	padding: 3px 5px;
 border:none; vertical-align:bottom;
}
.go2:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #690;
border: none;
}
.terms {  
width: 340px;
height:200px;
border: solid 1px #ccc;
padding:0; margin:0;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none; 
}