.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
	width: 90%;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #666;
	padding-top: 10px;
	color: #666;
}
.select {
	font-size: 12px;
	width: 90%;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 10px;
}
.radio_label {
	margin-left: 5px;
	margin-right: 10px;
	font-size: 11px;
	cursor: pointer;
}
.starter label {
	color:#EE3E26;
	font-family:Georgia,serif;
	font-size:26px;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:0.5em;
	}
.email {
	font-size: 12px;
	width: 200px;
	width: 90%;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}