.required {
	color: #666666;
	font-size:20px;
}
.field_title {
	font-size: 12px;
	vertical-align: top;
	text-align:left;
	font-weight: bold;
}
.textfield {
	font-size: 12px;
	width: 100%;
}
.textarea {
	font-size: 12px;
	width: 100%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	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: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 100%;
}

.submit-btn
{
	background-color:#4d5a64;
	border:1px solid #414c53;
	color:#CCCCCC;
	font-size:12px;
	margin: 30px 0 0 0;
	padding:2px 5px;
}

.submit-btn:hover, .submit-btn:active
{
	background-color:#038c0c;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}												
