.enquiry_form
{
height:auto;
width:990px;
float:left;
margin:10px 0px 10px 0px;
}

.enquiry_form h1
{
height:auto;
width:440px;
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
color:#747474;
font-size:22px;
font-weight:normal;
border-bottom:#CCCCCC 1px solid;
}
.enquiry_form div
{
width:450px;
float:left;
height:auto;
color:#000;
font-size:12px;
font-weight: normal;
margin:10px 0px 0px 30px;
position:relative;
display:block;
margin-bottom:5px;
text-shadow:none;
font-weight:bold;
}
.enquiry_form input
{
color:#535651;
}
.enquiry_form input:hover
{

}

.txt_box
{
color:#67575F;
background:#fff !important;
font-size:11px;
font-weight: normal;
height:50px;
width:406px;
float:right;
margin:0px;
border:1px solid #000;
}
.txt_area
{
color:#67575F;
font-size:11px;
font-weight: normal;
height:23px;
width:326px;
float:right;
background:#fff !important;
margin:0px;
border:1px solid #db3d00;
}
.enquiry_form  select 
{
height:23px;
width:330px;
float:right;
color:#67575F;
background:#fff !important;
font-size:11px; 
font-weight: normal;
border:1px solid #db3d00;
}
.enquiry_form textarea 
{
color:#67575F;
font-size:12px;
font-weight: normal;
height:50px;
width:326px;
float:right;
margin:0px;
border:1px solid #db3d00;
}
.enquiry_form textarea:hover
{

}
.enquiry_form select:hover
{
}
.button
{
height:30px;
width:100px;
background:#000 !important;
border:none;
cursor:pointer;
color:#fff !important;
font-weight:bold;
float:right !important;
margin-top:0px !important;
margin-right:5px !important;
}
.button:hover
{
 color:#b80b0d !important;
 background:#fff !important;
 transition:0.2s;
}