.enquiry_form
{
height:auto;
width:990px;
float:left;
margin:10px 0px 10px 0px;
}

.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 #ddd;
}
.enquiry_form  select 
{
height:23px;
width:330px;
float:right;
color:#67575F;
background:#fff !important;
font-size:11px; 
font-weight: normal;
border:1px solid #ddd;
}
.enquiry_form textarea 
{
color:#67575F;
font-size:12px;
font-weight: normal;
height:50px;
width:326px;
float:right;
margin:0px;
border:1px solid #ddd;
}
.enquiry_form textarea:hover
{

}
.enquiry_form select:hover
{
}
.button
{
height:40px;
width:100px;
background:#004682 !important;
border:none;
cursor:pointer;
color:#fff !important;
border-bottom:4px solid #bbb;
font-weight:bold;
float:right !important;
margin-top:0px !important;
margin-right:5px !important;
}
.button:hover
{
 border-bottom:4px solid #f92414;
 background:#246399 !important;
}