.required {
	color: #FF0000;
}
.field_title {
	font-size: 0.750em;
	/*width: 6.25em;*/
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 0.750em;
	width: 13.5em;
	border: solid 1px #999;
	margin: 0 0 .5em .5em;
	background-color: #fff;
}
.textarea {
	font-size: 1em;
	width: 80%;
	height: 6.25em;
	border: solid 1px #999;
	margin: 0 0 .5em .5em;
	background-color: #fff;
}
.field_heading {
	font-size: 0.750em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	color: #666666;
	background-color: #3d33d3;
}
#content input {
	font-size: 0.750em;
	margin-right: 0.5em;
	padding: 1px 1px 1px 3px;
	border: 1px solid #C3C3C3;
	background-color: #fff;
}
.checkbox_label {
	font-size: .75em;
	cursor: pointer;
}
.radio_label {
	font-size: .75em;
	cursor: pointer;
}
.email {
	font-size: 0.750em;
	width: 13.5em;
	border: solid 1px #999;
	margin: 0 0 .5em .5em;
	background-color: #fff;
}
select {
	border: solid 1px #999;
	margin: 0 0 .5em .5em;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}