@charset
"utf-8"
;
/* CSS Document */

.regTips {
    color: #ccc;
}

.splitLine {
    color: #ddd;
}

#emailValidateContainer {
    text-align: center; /*解决高度自适应问题两个合起来用*/
    height: 1%;
    overflow: hidden; /*解决高度自适应问题两个合起来*/
    background-image: url( ../../../images/simple/account/emailValidateIcon.gif );
    background-repeat: no-repeat;
    background-position: 40px 10px;
    width: 700px;
    margin: 0;
}

#emailValidateContent {
    text-align: left;
    margin: 10px;
    width: 550px;
    float: right;
}

.textInput {
    background-color: #FEF89A;
    border: 1px solid #D4D4D4;
    height: 20px;
}

#userEnterpriseRegTypeSelect {
    margin: 0 20px;
}