/*forms*/
.required {
	color: #FF0000;
}
input{
		border: 1px solid navy;
	margin-right: 5px;
}
.field_title {
	vertical-align: top;
	text-align: right;
	font-size: 1em;
	width: 150px;
	line-height: 200%;
	padding-right: 10px;
	color: navy;
}
.textfield {
		border: 1px solid navy;

}
.textarea {
	width: 90%;
	margin-top: 5px;
	border: 1px solid navy;
}
.field_heading {
	font-weight: bold;
	padding-top: 10px;
	color: #2e2768;
	line-height: 200%;
}
.select {
	
}
.submit{
	border: 1px ridge navy;
	padding: 2px 5px;
	background-color: #d5b55d;
	margin-top: 5px;

}
.checkbox_label {
	cursor: pointer;
}
.radio_label {
	cursor: pointer;
}
.email {
		border: 1px solid navy;

}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display: none;
}