@charset "utf-8";

.enroll_cont {
    MARGIN: 0px auto;
    width: 90%;
    min-width: 280px;
    max-width: 900px;
    text-align: left;
    height: auto;
    display: block;
    line-height: 32px;
    color: #333333;
}
.enroll_cont .bg {
    background-color: #ffffff;
    margin-bottom: 7px;
    padding: 12px 10px;
    border-radius: 8px;
}
.enroll_cont .tit1{
    font-size: 15px; font-weight: bold; line-height: 21px; margin-bottom: 10px;
    color: #c6a866;
}



.enroll_txt {
    font-size: 1.3em;
    line-height: 1.6em;
}

@media only screen and (max-width:600px) {
    .enroll_txt {
        font-size: 1.1em;
        line-height: 1.4em;
    }
}


.ipt_enroll {
    min-height: 32px;
    line-height: 30px;
    background: #fff;
    color: #555;
    border: #cccccc solid 1px;
    font-size: 14px;
    padding-left: 10px; margin-left: 10px;
    width: calc(100% - 20px);
}

select.ipt_enroll {
    width: 100%;
}

.ipt_enroll:focus {
    background: #f4f2ff;
    color: #555;
    border: #999999 solid 1px;
}
.rdobox{
    margin-left: 10px; font-size: 15px; line-height: 22px; margin-bottom: 8px;
}
.rdobox label {
    margin-left: 5px;
    cursor: pointer;
}

.rdoflt {
    margin-left: 10px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px; float: left; margin-right: 20px;
}

.rdoflt label {
    margin-left: 5px;
    cursor: pointer;
}
.dp_tab{
    display: table;
}
.btn_enroll {
    width: 150px;
    background: #095392;
    cursor: pointer;
    MARGIN: 0px auto;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #FFF;
    padding: 0px;
    border: 1px #065faa solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn_enroll:hover {
    background: #065faa;
    border: 1px #095392 solid;
}

.addphoto {
    width: 80%;
    max-width: 350px;
    height: auto;
}

