.required {
	color: #FF0000;
}
.field_title {
	font-size: 11px;
	width: 100px;
	vertical-align: top;
	text-align:right;
	color: #333333;
	background-color: #FFFFFF;
	border: thin none #999999;
	margin-top: 4px;
	margin-bottom: 4px;
}
.textfield {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066FF;
	background-color: #FFFFFF;
	border: thin solid #999999;
	width: 200px;
}
.textarea {
	font-size: 13px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066FF;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 98%;
}
.field_heading {
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #00797a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.select {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 13px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066FF;
	background-color: #FFFFFF;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}.title {
	height: 22px;
	width: 200px;
	margin-bottom: 2px;
}
.field {
	width: 300px;
	margin-bottom: 12px;
}
.fieldsmall {
	margin-bottom: 12px;
}
.titlesmall {
	height: 22px;
	width: 165px;
	margin-bottom: 2px;
}
