/* Enquiry Form 
---------------------------------------- */
#enquiry {
	padding: 14px 0 14px 5px;
}

.field {
	width: 100%;
	clear: both;
	padding: 3px 0 3px 0;
}

.field label{
	display: block;	
	float: left;
	width: 150px;
	text-align: left;
	
	color:#504E53;
	font-size:11px;
	text-transform: uppercase;
}

.field input {
	display: block;	
}

input.invalid {
	border: 1px solid red;
}

textarea, input, select {
	padding:1px;
	float:left;
	color:#504E53;
	font-size:11px;
	border:1px solid #CBC9C6;
	width:215px;
}
input, select {
	height:16px;
}
textarea {
	height:75px;
}

.enquiry_text {
	color:#504E53;
	padding:0 0 14px 0;
	text-align:left;
	font-family:georgia, times, serif;
}
.button_submit {
	background-color:#FFF;
	float:left;
	width:100px;
	padding:2px 0px 2px 0px;
}