.wrapper{
    width: 760px;
    margin: auto;
}

.container{
    width: 650px;
    margin: 0 auto;
}

.head_cont {
    background: url("/FAMIS/img/head_slog.jpg") no-repeat scroll 74px 2px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #adadad;
    height: 109px;
    width: 100%;
    margin-bottom: 27px;
}

.contact_me_by_wrapper{
    margin-bottom: 20px;
    margin-top: -5px;
}

.checkbox-inline{
    cursor: default;
}

.contact_me_by_title, .contact_me_by_check_wrapper{
    display: inline-block;
}
.contact_me_by_check_wrapper{
    margin-left: 10px;
}
.contact_me_by_check_wrapper label {
    padding-top: 3px;
}

.additional_container{
    float: none;
    width: 572px;
    margin: 0 auto;
}
.additional_inner{
    margin-bottom: 10px;
}

.title{
    font-weight: bold;
    color: #000000;
}

label[for=t_comments]{
    margin-top: 10px;
    font-weight: bold;
}

.additional_check_list{
    margin-left: 13px;
}

.additional_check_list .checkbox{
    margin: 0;
}
input[type=checkbox] {
    margin-top: 0;
}

