@charset "utf-8";
/* CSS Document */

.enquiry_form1
{
width:290px;
float:right;
margin:0px 0px 10px 0px !important;
padding:0px 0px 0px 0px;
letter-spacing:0px;
background:#eee;
height:270px;
}
.enquiry_form1 div
{
width:280px;
float: left;
height:auto;
font-size:14px;
margin:10px 0 0 10px;
position:relative;
display:block;
margin-bottom:5px;
}
.enquiry_form1 input
{
background:#FFFFFF;
color:#333;
}

.txt_box
{
color:#000000;
font-size:11px;
height:20px !important;
width:180px !important;
float:right;
background:#FFFFFF;
}
.txt_area
{
color:#000000;
font-size:11px;
font-weight: normal;
height:20px !important;
width:180px !important;
background:#FFFFFF;
float:right;
margin:0px 20px 0px 0px !important;
border:none;
}
.enquiry_form1  textarea 
{
color:#000000;
font-size:11px;
font-weight: normal;
height:20px !important;
width:180px !important;
float:right;
margin:0px;
border:none;
background:#FFFFFF;
margin:0px 20px 0px 0px !important;
}
.enquiry_form1 select:hover
{
background:#FFFFFF;
}
.button
{
height:25px;
width:80px;
border:none;
cursor:pointer;
color:#FFFFFF !important;
border:1px solid #FFFFFF;
font-weight:bold;
box-shadow: 0px 3px 0px #262f34 !important;
-moz-box-shadow: 0px 3px 0px #262f34 !important;
-webkit-box-shadow: 0px 3px 0px #262f34 !important;
float:right !important;
margin-top:0px !important;
margin-right:15px !important;
background:#0a1317 !important;
}
.button:hover
{
 color:#FFFFFF !important;
 background:#da4831 !important;
}