.contact{
    margin-bottom: 50px;
}
.contact_form {
    float: left;
    width: 46%;
}
.contact_map {
    float: right;
    width: 51.5%;
}
.contact h1 {
    color: #186eb1;
    font-family: opensansbold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact_map > h2 {
    color: #0d9cf8;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
.contact p {
    color: #333;
    font-size: 12px;
    line-height: 12px;
}
.contact p > span {
    font-weight: bold;
}
.contact p.note_form_contact {
    padding: 10px 0 20px;
}
.form_name {
    color: #333;
    font-size: 12px;
}
.form_message{
    vertical-align: sub;
}
.form_control {
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    height: 24px;
    padding: 0 5px;
    width: 100%;
}
textarea {
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    float: right;
    width: 100%;
    padding: 0 5px;
}
#txtCaptcha, .code-view img {
    background: #f4f4f4;
    height: 24px;
    vertical-align: middle;
    width: 145px;
}
.code-view img {
    width: 70px;
}
.red {
    font-size: 12px;
    margin-right: 10px;
}
.note, #submitbt {
    font-family: tahoma;
    margin-left: 14px;
}
#submitbt, #resetbt {
    background: #d8d8d8;
    border-radius: 4px;
    font-weight: bold;
    font-family: arial;
    margin-right: 10px;
    padding: 6px 38px;
}
#resetbt {
    padding: 6px 28px;
}
#submitbt:hover, #resetbt:hover {
    background: #1b99e9;
    color: #fff;
    font-family: arial;
    text-decoration: none;
}
