.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}

.field_title_contact {
	background-color:MediumSlateBlue;
	border-style:ridge;
	border-width:5px;
	border-color:DarkGray;
	font-size: 14px;
	width: 100px;
	vertical-align: top;
	text-align:right;
	color: BlanchedAlmond;
}

.field_title_reservation {
	background-color:MediumSlateBlue;
	border-style:ridge;
	border-width:5px;
	border-color:DarkGray;
	font-size: 14px;
	width: 200px;
	vertical-align: center;
	text-align:justify;
	color: BlanchedAlmond;
}
.textfield {
	font-size: 14px;
	width: 200px;
}
.textarea {
	font-size: 14px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 14px;
}
.checkbox_label {
	font-size: 13px;
	cursor: pointer;
}
.radio_label {
	font-size: 13px;
	cursor: pointer;
}
.email {
	font-size: 14px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}																																								