.required {
	color: #FF0000;
}
.field_title {

	width:600px;
	vertical-align: top;
	text-align:left;

	clear:left;
}
.textfield {
	width: 400px;

	clear:right;
}
.textarea {
	clear:right;
	width: 90%;
	height: 100px;
}
.field_heading {

	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {

}
.checkbox_label {

	cursor: pointer;
}
lable .checkbox_label {
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}
.radio_label {

	cursor: pointer;
}
.email {

	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
form tr td{
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;

}
form input {
	clear:both;
}
