form {
	margin: 0px;
	padding: 0px;
}
.login_feild_hold {
	float: left;
	width: 200px;
	height: 24px;
	padding-top: 10px;
}
.login_field_input {
	font-size: 12px;
	background-color: #6a711e;
	width: 119px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
.enquiry_form_title {
	background-image: url(../images/enquiry_top.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 257px;
	padding-top: 10px;
	padding-left: 10px;
}
.enquiry_form_footer {
	background-image: url(../images/enquiry_bottom.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 257px;
	padding-top: 10px;
	padding-left: 10px;
}
.enquiry_form_hold {
    background-color: #d7c257;
    padding: 10px;
}
.form_field_hold {
	width: 100%;
	clear: left;
	margin-bottom: 5px;
	overflow: hidden;
}
.form_field_text {
	float: left;
	width: 70px;
}
.form_field_input {
	width: 170px;
	float: left;
}

