.required {
	color: #FF0000;
}
.field_title {
	font-size: 0.9em;
	letter-spacing: 0.05em;
	width: 100px;
	vertical-align: top;
	text-align: left;
	padding-top: 12px;
}
.textfield {
	font-size: 12px;
	width: 240px;
	margin-top: 12px;
}
.textarea {
	font-size: 12px;
	width: 100%;
	height: 100px;
	margin-top: 12px;
}
.field_heading {
	font-size: 1.1em;
	letter-spacing: 0;
	font-weight: bold;
	border-bottom: 1px dotted #666633;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}		