

.required {
	color: #FF0000;
}
.field{
	width:40%;
	float:left;
	margin-bottom:0.5em;
}
.field_title {
	float:left;
	width: 40%;
	text-align:right;
	padding-right:1em;
}
.textfield {
	float:left;
	width: 200px;
}
.textarea {
	float:left;
	width: 90%;
	height: 100px;
	margin-bottom:1em;
}
.field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {

}
.checkbox_label {
	font-size: 93%;
	cursor: pointer;
}
.field_checkbox {
	margin-bottom:0.5em;
}
.radio_label {
	font-size: 93%;
	cursor: pointer;
}
.email {
	width: 200px;
}
.captcha_table, .btn{
      margin-left:450px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
