.callback_over {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
#callback_form {
    background: none repeat scroll 0 0 #f5f3ed;
    border: 5px solid #577662;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    display: none;
    left: 50%;
    margin-left: -253px;
    position: fixed;
    top: 5%;
    width: 505px;
    z-index: 2000;
}
#callback_form .cont {
    padding: 20px 30px;
}
.customcall-close {
    background: url("mw_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    text-indent: -9999px;
    top: -10px;
    width: 37px;
}

.f_btn, .f_in {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.f_in {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    color: #444;
    font: 12px Verdana,Geneva,sans-serif;
    padding: 7px 3px;
}
input.f_in {
    width: 190px;
    text-align: left;
}


#callback_form label {
    display: block;
    margin-bottom: 5px;
    color: #5f5f5f;
    /* font: 11px Verdana,Geneva,sans-serif; */
}

textarea.f_in {
    height: 100px;
    width: 437px;
    overflow: auto;
    resize: none;
    text-align: left;
}

.f_btn {
    width: 130px;
    background: none repeat scroll 0 0 #577662;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font: 17px Tahoma,Geneva,sans-serif;
    height: 40px;
    overflow: visible;
    padding: 0 15px;
}
.scorer .f_btn {
    display: block;
    left: auto;
    margin: 0 auto;
    position: relative;
}

.title1 {
    color: #23282c;
    font: 30px "ArialNarrow",sans-serif;
    margin-bottom: 0.3em;
}

.f_row {
    clear: both;
    padding: 0 0 15px;
}