.required {
	color: #008DDD;
}
.field_title {
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	width: 300px;
}
.textarea {
	width: 300px;
	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;
}

.field_checkbox {
	width:25px;
	margin-top: 17px;
	*margin-top: 15px;
	border:0;
	background:none;
}

.select {
}

.checkbox_label {
	cursor: pointer;
	float: none;
	margin-top: 17px;
	*margin-top: 15px;
}

.checkbox_title {
	clear: left;
	float: left;
	margin-top: 15px;
	padding-right: 10px;
	color: #008DDD;
}

.radio_label {
	cursor: pointer;
}
.email {
	width: 300px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}																						
