#ot_contactform {
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
    background: #F7F7F7;
     padding: 3% 3% 2% 3%;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
    
}
#ot_contactform h1 {
    font-size: 25px;
    padding: 0px 0px 10px 0px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    color: #888;
    
}
#ot_contactform label {
    display: block;
    margin: 0px;
}
#ot_contactform input[type="text"], #ot_contactform input[type="email"], #ot_contactform textarea, #ot_contactform select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
#ot_contactform textarea {
     padding: 5px 3px 3px 5px;
     height:100px;
     width: 95%;
}
#ot_contactform .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
#ot_contactform  .button:hover {
    background: #CF7A7A
}
#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;}