/*  -------------- FORM STYLES --------------  */
div#enquiryForm form {
	margin: 0px;
}
#form-frame {
	vertical-align: top;
	background-position: right;
	padding-top: 6px;
}
#form-frame p {
	margin-bottom: 0px;
}
#form-frame a {
	text-decoration: underline;
}
#form-frame a:hover {
	text-decoration: none;
}
div#enquiryForm input, div#enquiryForm textarea {
	background-image: url(../images/contact/images/form-cell-shadow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 2px;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2E8CE;
	border-bottom-color: #E2E8CE;
	border-top-style: none;
	border-left-style: none;
}
div#enquiryForm label input {
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 2px;
	font-size: 12px;
	border: none;
}
.labels {
	width: 110px;
	float: left;
	padding-top: 4px;
	line-height: 18px;
}
.top_row_labels {
	width: 265px;
	float: left;
	padding-top: 4px;
	line-height: 18px;
}
.txtfields {
	width: 250px;
	float: left;
}
div#enquiryForm div.txtfields input, div#enquiryForm div.single_input input {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: 18px;
}
div#enquiryForm textarea {
	height: 95px;
	width: 362px;
	padding: 0px;
	margin: 0px;
}

.spacer  {
	clear: both;
	margin: 0px;
	font-size: 1px;
	line-height: 5px;
	height: 5px;
	padding: 0px;
}
