/* #### Dark Matter #### */
#ot_contactform
{	
margin-left: auto;	
margin-right: auto;	
max-width: 100%;	

color: #D3D3D3;	
text-shadow: 1px 1px 1px #444;	
border: none;	
border-radius: 5px;	
-webkit-border-radius: 5px;	
-moz-border-radius: 5px;}
#ot_contactform h1 {    
padding: 0px 0px 10px 40px;    
display: block;    
border-bottom: 1px solid #444;}
#ot_contactform h1>span {    
display: block;    
font-size: 11px;
}
#ot_contactform label {    
display: block;    
margin: 0px 0px 5px;
height: 34px;
}
#ot_contactform input[type="text"], #ot_contactform input[type="email"], #ot_contactform textarea, #ot_contactform select {	
border: none;	
color: #525252;	
height: 25px;	
line-height:15px;		
margin-right: 6px;	
margin-top: 2px;	
outline: 0 none;	
padding: 5px 0px 5px 5px;	
width: 100%;	
border-radius: 2px;	
-webkit-border-radius: 2px;	
-moz-border-radius: 2px;	
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);	
background: #DFDFDF;
}
#ot_contactform select {    
background: #DFDFDF url('down-arrow.png') no-repeat right;    
background: #DFDFDF url('down-arrow.png') no-repeat right;    
appearance:none;    
-webkit-appearance:none;     
-moz-appearance: none;    
text-indent: 0.01px;    
text-overflow: '';    
width: 70%;    
height: 35px;	
color: #525252;	
line-height: 25px;
}
#ot_contactform textarea{    
height:100px;	
padding: 5px 0px 0px 5px;	
width: 100%;}
#ot_contactform .button {
background: #2d84be;
    color: #fff!important;
    padding: 3px 20px;
    font-size: 80%;
    text-decoration: none;
    margin: 10px 0 10px 0!important;
    display: inline-block;
    border-radius: 2px;
    border:none;

}
#ot_contactform .button:hover {    
color: #333;    
background-color: #EBEBEB;
}
#ot_contactform #ot {    
position: relative;	padding-bottom: 40%;	
height: 0;           
margin-bottom: 4%;
}
#ot_contactform #ot #ot_map {	
width: 100%;	
height: 100%;             
position: absolute;	
top: 0;	
left: 0;}
#ot_contactform #ot_infomation {    
border-bottom: 1px solid #e4e4e4;    
color: #888;    display: block;    
font-size: 25px;    
margin: -10px -15px 30px -10px;    
padding: 0 0 10px 40px;}
#ot_contactform .clear {    clear: both;}
#ot_contactform #ot_content {    max-width: 100%;    margin-bottom: 6%;    max-height: 100%;}
#ot_contactform #ot_content .right {    float: right;    width: 80%;    margin-bottom: 2%;}
#ot_contactform #ot_content .left {    float: left;    width: 20%;     margin-bottom: 2%;}
.recaptcha_only_if_privacy{display:none !important;}