.required {
	color: #999999;
}
.field_title {
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 4px;
}
.textfield {
	font-family: '', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	/*font-size: 12px;*/
	width: 388px;
	height: 12px;
	background-color: #F3F3F3;
	padding: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.textarea{
	font-family: '', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	/*font-size: 12px;*/
	width: 388px;
	height: 100px;
	background-color: #F3F3F3;
	padding: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.field_heading {
	font-size: 1em;
	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: 1em;
	cursor: pointer;
}
.radio_label {
	font-size: 1em;
	cursor: pointer;
}
.email {
	font-family: '', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	width: 388px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F3F3F3;
	padding: 6px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
