.content form {
	margin: 10px 0;
}
#contact input[type="hidden"] {
	border: 0;
}

#contact fieldset {
	padding: 0 12px;
	border: 0px;
	clear: both;
}

#contact label {
	clear: both;
	width: 25%;
	display: block;
	float: left;
	margin: 10px 0;
}

.form_action {
	display: none;
}

#contact input, #contact textarea {
	display: block;
	float: left;
	/*width: 73%;*/
	width: 69%;
	border-width: 1px;
	height: 22px;
	border-color: #3E3234;
	background-color: #EAECEC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#contact form p {
	width: auto;
	clear: both;
	padding: 0;
	margin: 0;
}

#contact form p#submitButtons {
	/*clear: both;
	width: auto;
	margin: 10px auto;
	float: none;*/
}

#contact p#submitButtons input {
	/*display: block;
	float: left;
	width: auto;*/
}

#contact input#reply {
	width: 13px;
}
/*#contact input#submit, #contact input#reset {
	clear: both;
	width: auto;
	margin: 10px auto;
	float: none;
}*/
#errors {
	font-weight: bold;
	color: #FF0000;
}
#wrap #in_wrap #container #content .post #contact #form_1 #formSend #formResponse #Enquiry {
	height: 100px;
}
