.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 200px;
	vertical-align: top;
	text-align:left;
	padding-left:10px;
}
.field_field {
	width: 400px;
	text-align:justify;
}
.textfield, .errortextfield {
	font-size: 12px;
	width: 85%;
	border:1px solid;
}
.errortextfield {
	background-color:#ffee99;
	border-color:#ff0000;
}
.textfield_little, .errortextfield_little {
	font-size: 12px;
	width: 25%;
	border:1px solid;
	text-align:left;
}
.errortextfield_little {
	background-color:#ffee99;
	border-color:#ff0000;
}
.textfield_after, .errortextfield_after {
	font-size: 12px;
	width: 58%;
	border:1px solid;
	text-align:left;
}
.errortextfield_after {
	background-color:#ffee99;
	border-color:#ff0000;
}
.textarea, .errortextarea {
	font-size: 12px;
	width: 85%;
	height: 100px;
	border:1px solid;
}
.errortextarea {
	background-color:#ffee99;
	border-color:#ff0000;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #008c39;
	padding-top: 5px;
	padding-bottom:10px;
	color: #008c39;
	text-align:left;
}
.select, errorselect {
	font-size: 12px;
	border:1px solid;
}
.errorselect {
	background-color:#ffee99;
	border:1px solid #ff0000;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
	margin-right:10px;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
	margin-right:35px;
	text-align:left;
}
.field_checkbox, errorfield_checkbox {
	font-size: 12px;
	text-align:left;
}
.errorfield_checkbox {
	background-color:#ffee99;
	border:1px solid #ff0000;
}
.field_radio, errorfield_radio {
	font-size: 12px;
}
.errorfield_radio {
	background-color:#ffee99;
	border:1px solid #ff0000;
}
.email, .erroremail {
	font-size: 12px;
	width: 85%;
	border:1px solid;
}
.erroremail {
	background-color:#ffee99;
	border:1px solid #ff0000;
}
.submit50 {
	border:1px solid #a5a5a5;
	background:#008c39;
	color:#F7EFAD;
	width:40%;
	cursor:pointer;
	margin-right:2%;
}
.submit100 {
	border:1px solid #a5a5a5;
	background:#008c39;
	color:#F7EFAD;
	width:85%;
	cursor:pointer;
	margin-right:2%;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}









