#wrapper_main_enquiries { 
	text-align:center;
	background-image: url(../images/corpo_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #55772F;
	margin: 0 auto;
	height: 1050px;
}
#wrapper_main_enquiries #wrapper_inner #enq_bg {
	background-image: url(../images/pages_bg.jpg);
	width: 540px;
	height: 1000px;
	position: relative;
	top: 15px;
	text-align: center;
	margin: 0 auto; 	
}
#wrapper_main_enquiries #wrapper_inner #enq_bg #enq_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	float: left;
	position: relative;
	left: 30px;
	width: 480px;
	text-align: left;
}
.enq_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #364C1E;
	background-color: #FFFFFF;
	width: 260px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	height: 13px;
}
#wrapper_main_enquiries #wrapper_inner #enq_bg #enq_form #submit {
	margin-top: 14px;
	height: 18px;
	width: 72px;
	background-image: url(../images/btn_send.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	font-size: 0px;
	line-height: 0px;
}
#wrapper_main_enquiries #wrapper_inner #enq_bg #enq_form #reset {
	background-image: url(../images/btn_clear.jpg);
	height: 18px;
	width: 72px;
	margin-left: 7px;
	margin-top: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	font-size: 0px;
	line-height: 0px;
}
