﻿.register-area {
    margin-top: 20px;
    background-color: #fff;
}

.register-seprator {
    margin: 0 70px;
    border:none;
    border-bottom: 1px solid #70BFC8;
}

.ui-wizard-step {
    height: 350px;
    width: 1000px;
}

.register-tip {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #999;
}

.register-account-container {
    width: 500px;
    padding-top: 20px;
    margin: 40px auto 30px auto;
    border: 1px solid #d6d6d6;
}

.register-dt {
    width: 83px;
    margin-right: 5px;
    margin-left: 70px;
    line-height: 30px;
    text-align: right;
    vertical-align: top;
}

.register-dd {
    margin-bottom: 10px;
    line-height: 40px;
    vertical-align: top;
}

.register-input {
    height: 28px;
    line-height: 28px;
    width: 218px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #cfcfcf;
    border-top-width: 2px;
    border-radius: 5px;
    vertical-align: top;
    font-size: 14px;
}

.register-action-bar {
    text-align: center;
}

.next-btn, .prev-btn, #submit-btn {
    padding: 0 30px;
    margin: 20px auto;
    border: none;
    border-radius: 4px;
    background: #A2D4DE;
    color: #fff;
}

.prev-btn, #submit-btn {
    margin-right: 20px;
}

.register-description {
    width: 350px;
    white-space: normal;
    text-align: justify;
    line-height: 27px;
    color: #666;
}

.required:before {
    content: '*';
    color: red;
}

#ValidateCode {
    width: 100px;
}

#img-captcha {
    height: 25px;
    vertical-align: top;
    margin-top: 4px;
}

#refreshCode {
    line-height: 30px;
    color: #70BFC8;
}