.padbot {
    padding-bottom: 20px;
}
.sbmt_btn:disabled {
    background: #E7E7E7;
    cursor: default;
    border-color: #E7E7E7;
}

.resume-block {
    max-width: 780px;
    padding-top: 20px;
}

.resume-block h3 {
    margin-bottom: 0px;
}

#modal_form {
    width: 600px;
    height: 500px;
    border-radius: 0;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 40px;
}
#modal_form .modal-wrap{
    width: 100%;
    height: 420px;
    overflow: scroll;
}

#modal_form p {
    font-size: 12px;
    line-height: 16px;
    text-indent: 20px;
    text-align: justify;
}

#modal_form #modal_close {
    width: 14px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    font-size: 18px;
}

#overlay {
    z-index:3;
    position:fixed;
    background-color:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
}

.caption{
    padding: 4px 10px;
    background: #2577B1;
    color: #fff;
}

.resume-block table {
    width: 100%;
    margin: 10px 0;
}

.resume-block span.red {
    color:red;
    padding: 0 2px;
}

.resume-block table tr td input[type="text"],
.resume-block table tr td input[type="email"],
.resume-block table tr td input[type="tel"] {
    width: 100%;
}

.resume-block table tr td input[type="text"].empty {
    border: 1px solid #d8512d;


}

.resume-block table tr td input[type="text"].dpick{
    /*width: 120px;
    margin-right: 20px;*/
}
.resume-block table tr td textarea {
    width: 100%;
    height: 80px;
    resize: none;
}
.resume-block table tr td {
    padding: 6px 0;
}
.resume-block table tr td.padno {
    padding-top: 0px;
    font-size: 10px;
}
.resume-block table tr td:first-child {
    width: 33%;
    min-width: 240px;
}
.resume-block table tr td:nth-child(2) span{
    display: block;
    font-size: 10px;
}
.bold {
    font-weight: 600;
}

.user-content .resume-block table tbody {
    border: none;
}

.user-content .resume-block table tbody tr {
    background: #FFF;
}

.resume-block table tr .form-line {
    margin: 0;
}

.form-line.inline-checkboxes label {
    margin-right: 10px;
}

.user-content h4.no_b_m {
    margin-bottom: 4px;
}