@charset "utf-8";
/* CSS Document */
body{
	background:;
	margin:0px auto;
	padding:0px;
	
}

#form_body{
	width:100%;
	
	height:auto;
        
        border-left:#f1f1f1 1px solid;
        padding-left:10px;

	
}
.input{
	font-family:Helvetica, sans-serif;
	font-size:18px;
	color:#525b62;
	background:#f1f1f1;
        font-weight:bold;
	margin-top:1px;
	text-align:left;
	width:85%;
	border-bottom:#d3d3d3 thin solid;
        padding:5px 3px 5px 3px;
}

.input:hover{
	background:#E5E5E5;
	
}
.button{
	
	font-size:16px;
	color:#4d5a62;
	font-weight:normal;
	padding:8px;
	float:left;
	margin-top:3px;
	  font-family:'Open Sans', sans-serif;
border:#ccc solid thin;
cursor:pointer;
}
.button:hover{
  font-family:'Open Sans', sans-serif;
	color:#fff;
background:#40b0e8;
border:#ccc solid thin;
font-weight:normal;
cursor:pointer;
font-size:16px;

}
#output_div_text1{
	background:#CCC;
	border-radius:5px;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#5F5F5F;
	padding:5px;
}
#output_div_text2{
	background:#B6B6B6;
	
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:5px;
}
#output_div_title{
	background:#E6E6E6;
	
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:5px;
	font-style:italic;
	border-bottom:#999 thin dashed;
}

.enquiry{
    
       padding:5px;
       color:#3d4091;
       font-size:20px;
       text-align:left;
      
       width:84%;
       font-family:'Open Sans', sans-serif;
       text-transform:uppercase;
}
input{
    font-weight: bold;
    width: 89%;
}
