/* @override http://127.0.0.1:9003/stylesheets/contact.css */

#enquiry_form {
	background: url(../images/contact/bottom.png) no-repeat left bottom;
}
#enquiry_form h2 {
	background: url(../images/contact/header.png) no-repeat left top;
	height: 52px;
	text-indent: -5000px;
	margin: 0px;
}
#enquiry_form div.contents {
	background: url(../images/contact/top.png) no-repeat left top;	
}
#enquiry_form #intro {
	margin: 0px;
	padding: 15px;
}
#enquiry_form #response {
	margin: 0px;
	padding: 15px;
	height: 200px;
}
#left_column {
	float: left;
	display: inline;
	margin: 0px 0px 15px 15px;
}
#right_column {
	float: right;
	display: inline;
	margin: 0px 15px 15px 0px;
}
#enquiry_form p.buttons {
	clear: both;
	border-top: 1px solid #CCCC99;
	margin: 15px 15px 0px 15px;
	padding: 5px 0px 15px;
}
form {
	margin: 0px;
}
form p {
	margin: 0px 0px 0px 0px;	
}
form p.error {
	font-style: italic;
	color: #CC0000;
	font-size: 11px;
}
form h3 {
	color: #42612E;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}
form h4 {
	color: #666666;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
input, select, textarea, option {
	margin: 0px;
}
input {
	font-size: 14px;
}
