body {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #333;
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}

/* 清除超链接下划线 统一超链接字的颜色 */
a {
    text-decoration: none;
    color: #0066CC;
}

a:hover {
    text-decoration: underline;
    color: red;
}

img, form, input, select, textarea {
    vertical-align: middle;
}
textarea {
    font-size: 12px;
}

/* 头 */
.headBOX {
    width: 980px;
    height: 80px;
}

.headLogo {
    float: left;
    margin: 30px 10px 5px 50px;
}

.headBOX h3 {
    float: left;
    margin: 55px 30px 10px 10px;
    font-size: 15px;
    font-weight: bold;
    font-size: 15px;
    /* color: #5279d1; */
    font-weight: bold;
}

/* 主体 */
.outerBOX {
    width: 980px;
    background: #FFF;
    padding-top: 10px;
}

/* 注册 */
.contentBOX {
    width: 800px;
}

.verificationcodeButton {
    color: #fff;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 22px;
    height: 45px;
    width: 200px;
    background: #5279d1; 
    border: 0px;
    cursor:pointer;
}

.applyButton {
    color: #fff;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 22px;
    height: 45px;
    width: 300px;
    background: #5279d1; 
    border: 0px;
    font-weight: bold;
    cursor:pointer;
}
.applyButton:disabled{
    background-color: #A5A5A5;
}

/* input框线 */
.input-medium {
    height: 30px;
    width: 300px;
    border: solid 1px #cccccc;
    line-height:32px;
}

.input-medium:focus {
    border: solid 1px #5279d1;
}
/* textarea*/
.textarea-des {
    resize:none;
    width: 300px;
    height: 85px;
    line-height:20px;
    padding-top:5px;
    border: solid 1px #cccccc;
}

.textarea-des:focus {
    border: solid 1px #5279d1;
}

.protocol {
    font-size: 12px;
}

input.required {
    background:
        url("/zjsy-management/styles/neusoft/images/register_input_bg.png")
        right no-repeat;
}
