﻿.loginform {
    height: 357px;
    width: 890px;
    margin: 56px auto 60px;
    background: #fff url(../images/pic_login.jpg) no-repeat left center;
}

    .loginform form {
        margin: 30px 0 39px 560px;
        padding: 30px;
        border: 2px solid #dedede;
        border-top-color: #0099ff;
    }

#footer {
    height: 79px;
}

.loginform form h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

#footer .content-wrapper {
    background-color: #f0f0f0;
    padding: 28px;
    color: #999;
    font-size: 12px;
    line-height: 21px;
    height: 100%;
}

.registerform {
    width: 900px;
    margin: 0 auto;
    min-height: 430px;
}

    .registerform form {
        width: 580px;
        margin: 50px auto;
    }

.registerStep {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .registerStep li {
        float: left;
        color: #999;
        font-size: 16px;
        font-weight: bold;
        width: 33.333333%;
        text-align: center;
        padding: 8px;
        border-bottom: 2px solid #f1f1f1;
    }

        .registerStep li.active {
            color: #000;
            border-bottom-color: #0099ff;
        }

        .registerStep li.ok {
            color: green;
            border-bottom-color: green;
        }

.cyclenumber {
    padding: 1px 5px;
    border-radius: 20px;
    background-color: #999;
    margin-right: 5px;
    color: #fff;
}

.registerStep li.active .cyclenumber {
    background-color: #0099ff;
}

.registerStep li.ok .cyclenumber {
    background-color: green;
}

.tjr {
    display: inline-block;
    width: 100px;
}

.membertabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .membertabs li {
        float: left;
        width: 50%;
        text-align: center;
        padding: 8px;
        border-bottom: 2px solid #f1f1f1;
    }

        .membertabs li,
        .membertabs li a {
            color: #999;
            font-size: 16px;
            font-weight: bold;
        }

            .membertabs li a:hover {
                color: #333;
            }

            .membertabs li.active {
                color: #000;
                border-bottom-color: #0099ff;
            }

.verifycodecnt {
    margin-top: 20px;
    background-color: #e2fadd;
    padding: 15px;
    position: relative;
    border-radius:3px;
    display:none;
}

    .verifycodecnt .arrow-up {
        position: absolute;
        top: -20px;
        left: 50%;
        color: #e2fadd;
        width: 20px;
        margin-left: -10px;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid;
        border-left: 10px solid transparent;
    }
