.logo {
    text-align: center;
}

.logo img {
    width: 30%;
}

.register_page {
    width: 96%;
    margin: 0px auto;
}

.register_column {
    width: 80%;
    min-width: 280px;
    margin: 0px auto;
    height: 45px;
    margin-top: 10px;
}

.column_title {
    width: 20%;
    float: left;
    line-height: 35px;
}

.register_input {
    float: right;
    width: 80%;
}

.register_input input {
    float: left;
    width: 100%;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
}

.verify input {
    width: 50%;
}

.verify a {
    display: block;
    float: right;
    text-align: center;
    color: #FFFFFF;
    width: 45%;
    height: 35px;
    line-height: 35px;
    background: #e6b037;
    border-radius: 5px;
}

a.waiting_verify {
    background: #CCCCCC;
}

.register_btn {
    float: left;
    width: 45%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    color: #FFFFFF;
    background: #e6b037;
}

.can-move {
    text-align: center;
}

.next-action, .child-account-login {
    float: none;
    display: inline-block;
}

.login {
    float: right;
}

.orother {
    text-align: center;
    line-height: 35px;
}

.other_login {
    width: 80%;
    float: none;
    display: block;
    margin: 0 auto;
}

.account-list {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #EEEEEE;
}

.account-column {
    text-align: center;
    line-height: 45px;
    border-bottom: 1px solid #EEEEEE;
}

.account-column a {
    display: block;
    width: 100%;
}

.account-list:last-child {
    border-bottom: 0;
}

.account-title {
    width: 80%;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
}