table.contact_table td {
	padding:5px;
	vertical-align:top;	
}

.required {
	color:#993366;
}

.field_checkbox, .field_radio {

	margin-right:5px;
	
}

.form_row {
	float:left;
	clear:both;
}

.field_value {
	white-space:nowrap;
}

.field_title {
	font-size: 12px;
	width: 200px;	
	vertical-align: middle;
	text-align:right;
	margin-right:10px;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	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;
	margin-right:10px;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
	margin-right:10px;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}