﻿.MRegister_message {
    color: red;
    width: 80%;
    font-size: 12px;
    margin: 10px auto;
    line-height: 12px;
}

.MRegister_recommend {
    width: 80%;
    margin: 10px auto;
}

.MRegister_name, .MRegister_password, .MRegister_password_ok, .MRegister_QQ, .MRegister_Weixin {
    border: 1px solid #808080;
    width: 80%;
    border: 1px solid #eeeeee;
    height: 35px;
    margin: 10px auto;
}

    .MRegister_name input, .MRegister_password input, .MRegister_password_ok input, .MRegister_QQ input, .MRegister_Weixin input {
        display: block;
        width: 100%;
        height: 28px;
        border: 0px;
        text-indent: 10px;
        margin-top: 3px;
    }

.MRegister_validate {
    width: 80%;
    border: 1px solid #eeeeee;
    height: 35px;
    margin: 10px auto;
}

    .MRegister_validate .MRegister_validate_inputbox {
        float: left;
        height: 28px;
        margin-top: 3px;
        border-right: 1px solid #eeeeee;
    }

        .MRegister_validate .MRegister_validate_inputbox input {
            display: block;
            width: 100%;
            height: 28px;
            border: 0px;
            text-indent: 10px;
        }

    .MRegister_validate .MRegister_validate_imgbox {
        float: left;
        display: block;
        margin-left: 5px;
    }

        .MRegister_validate .MRegister_validate_imgbox img {
            display: block;
            height: 28px;
            margin-top: 3px;
            width: 100%;
            border: 0px;
        }

.MRegister_protocol {
    width: 80%;
    margin: 10px auto;
}

    .MRegister_protocol span {
        font-size: 14px;
        color: red;
    }

    .MRegister_protocol a {
        font-size: 14px;
        color: #808080;
    }

.MRegister_btn {
    width: 80%;
    margin: 10px auto;
    height: 30px;
    background-color: #F84141;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.a_sendcode {
    width: 150px;
    margin-top: 5px;
    height: 28px;
    background-color: #F84141;
    display: block;
    text-align: center;
    line-height: 28px;
    color: white;
    border-radius: 3px;
    margin: 0 auto;
}
