.reg_block {
    margin-top: 80px
}

.reg_submit {
    border: 1px solid #4dc2da;
    background: #4dc2da;
    color: #ffffff;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    width: 84%;
    margin: 32px auto 0;
    font-size: 16px;
    margin-left: 8%;
}

.reg_list {
    width: 85%;
    margin: 0 auto;
    border-bottom: #dbdbdb 1px solid;
    height: 50px;
    line-height: 30px;
    color: #9d9d9d
}

input {
    border: 0px;
    height: 50px;
    line-height: 30px;
    float: left;
    color: #333;
    width: 60%;
    background: transparent;
    outline: medium;
    -webkit-appearance: none;
}

span {
    float: left;
    line-height: 50px;
}

.get_code {
    float: right;
    color: #4dc2da
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #9d9d9d;
}

.reg_new {
    color: #4dc2da;
    text-align: center;
    height: 38px;
    line-height: 38px;
    width: 85%;
    margin: 16px auto;
    font-size: 16px
}

.code_wait{
    color:#9d9d9d ;
}

.ajax-update.disabled, .ajax-update.disabled:hover, .ajax-update.disabled:focus, .ajax-update.disabled:active, .ajax-update.disabled.active, .ajax-update[disabled], .ajax-update[disabled]:hover, .ajax-update[disabled]:focus, .ajax-update[disabled]:active, .ajax-update.active[disabled], fieldset[disabled] .ajax-update, fieldset[disabled] .ajax-update:hover, fieldset[disabled] .ajax-update:focus, fieldset[disabled] .ajax-update:active, fieldset[disabled] .ajax-update.active {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}