.enquiry_form
{
height:auto;
width:500px;
float:left;
margin:0px;
float:left;

}

.enquiry_form h1
{
height:auto;
width:980px;
float:left;
margin:0px;
padding:4px 10px;
font-size:20px;
border-bottom:1px solid #000;
}

.enquiry_form h2 { font-size:16px;}

.enquiry_form div
{
width:450px;
float:left;
height:auto;
color:#fff;
font-size:12px;
font-family:Trebuchet MS;
font-weight: normal;
margin:10px 0px 0px 15px;
position:relative;
display:block;
margin-bottom:5px;
text-shadow:none;
font-weight:bold;

}
.enquiry_form input
{
color:#000;
}
.enquiry_form input:hover
{

}

.txt_box
{
color:#000; background:#fff !important;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:406px;
float:right;
margin:0px; border:1px solid #000;

}
.txt_area
{
color:#000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:23px;
width:326px;
float:right;background:#fff !important;
margin:0px; border:1px solid #000;
}
.enquiry_form  select 
{
height:23px;
width:330px;
float:right;
color:#000;
background:#fff !important;
font-family:Trebuchet MS;
font-size:11px; 
font-weight: normal; border:1px solid #000;

}
.enquiry_form textarea 
{
color:#000;
font-family:Arial;
font-size:12px;
font-weight: normal;
height:50px;
width:326px;
float:right;
margin:0px; border:1px solid #000;

}
.enquiry_form textarea:hover
{

}
.enquiry_form select:hover
{
}
.button
{
height:30px;
width:100px;
cursor:pointer;
color:#000 !important;
font-weight:bold;
float:right;
margin:0 10px 0 0 !important;
background:#FFF;
border:none;
}
.button:hover
{
background:#b2a880;
transition:0.1s;
}