/*通用表单 包含校验提示等信息*/

.common-form {}
.common-form dt {
    padding: 0 0 8px 24px;
    border-bottom: 1px dashed #e7e7e7;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -342px;
    font-weight: bold;
    color: #147bd1;
}
.common-form dd {
    margin-top: 18px;
    color: #525252;
    vertical-align: middle;
    position: relative;
}
.common-form .common-label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 8px;
    width: 278px;
    text-align: right;
    font-weight: bold;
}
.required {
    color: #ff0000;
}
.common-form .common-select {
    padding-left: 10px;
}
.common-form .common-textarea {
    padding: 5px 5px 5px 10px;
    border: 1px solid #e6e6e6;
    resize: none;
}
.common-form input.std-width {
    width: 288px;
}
.common-form select.std-width {
    width: 300px;
}
.common-form textarea.std-width {
    width: 283px;
}

/*该CSS应由页面CSS覆盖 以实现对齐*/

.common-form .common-choice-list {
    margin-top: -7px;
}
.common-form .common-choice-list label {
    line-height: 32px;
}

/*警告*/

.common-form .validate-error {
    padding-left: 22px;
    margin-left: 10px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -439px;
    color: #ff5e5e;
    vertical-align: middle;
}
.common-form .inline-warn-txt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 4px;
    padding-left: 290px;
    color: #F30;
    width: 310px;
}

/*输入正确*/

.common-form .validate-success {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0 -536px;
    margin-top: 0px;
    vertical-align: middle;
}

/*点击提示*/

.common-form .validate-prompt {
    position: absolute;
    top: 0;
    /*left: 600px;*/
    right: 70px;
    z-index: 9;
    background-color: #fff;
}
.common-form .validate-prompt .triangle-arrow {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    top: 16px;
    left: -8px;
    width: 10px;
    height: 19px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 0px -733px;
}
.common-form .validate-prompt .validate-prompt-text {
    width: 200px;
    padding: 8px 4px 8px 30px;
    background: url("/Tpl_2016/images2016/reg-icon.jpg") no-repeat 6px -616px;
    border: 1px solid #e7e7e7;
    color: #717171;
    overflow: hidden;
    background-color: #fff;
}
.common-form .validate-prompt .validate-prompt-text p {
    padding-left: 8px;
    border-left: 1px solid #e7e7e7;
}

/*默认提示均隐藏*/

.common-form .validate-prompt, .common-form .validate-error, .common-form .validate-success {
    display: none;
}

/*其他提示*/

.common-form .other-tip {
    position: relative;
    background-color: #fffdf9;
    border: 1px solid #efdfc3;
    font-size: 12px;
    color: #e37e24;
    padding: 0 10px;
    display: inline-block;
    margin-left: 289px;
}
.common-form .other-tip p {
    line-height: 30px;
}
.common-form .other-tip .tip-title {
    color: #ff4e12;
}
.common-form .other-tip i {
    position: absolute;
    background: url('/Tpl_2016/images2016/icon.jpg') no-repeat 0 -1553px #fffdf9;
    width: 12px;
    height: 10px;
    left: 14px;
    bottom: -10px;
}

/*1. 级别*/

.pwd-strenth-level {
    background-color: #e4e4e4;
    height: 15px;
    width: 126px;
    margin-top: 5px;
}
.pwd-strenth-level div {
    height: 100%;
}
.pwd-strenth-level-0 div {
    width: 0%;
}
.pwd-strenth-level-1 div {
    width: 20%;
    background-color: #fb7165;
}
.pwd-strenth-level-2 div {
    width: 40%;
    background-color: #ffcc1c;
}
.pwd-strenth-level-3 div {
    width: 60%;
    background-color: #b8d320;
}
.pwd-strenth-level-4 div {
    width: 80%;
    background-color: #15e73c;
}
.pwd-strenth-level-5 div {
    width: 100%;
    background-color: #00b4ff;
}

/*立即注册按钮*/

.common-form .submit-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 200px;
    height: 44px;
    line-height: 44px;
    background: #2087ed;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
}
.common-form .submit-btn:hover {
    background: #137BE2;
    color: #fff;
}

/**********校验通用样式 结束***************/

@media screen and (max-width: 1206px) {


}

/***********IE6-8 responsed START*************/



/***********IE6-8 responsed END*************/
