body#login-body {
    background: #f2f2f2;
    margin: 0;
    background-position-y: -50px;
    padding: 0;
}

.main {
    width: 430px;
    margin: 0 auto;
    background: #eaeaea;
    border-radius: 5px;
    padding-bottom: 30px;
    border: 1px solid #797979;
}

.title {
    text-align: center;
    color: #fff;
    padding-top: 5px;
}

.login-tit {
    letter-spacing: 5px;
    font-size: 30px;
    color: #fb7750;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #797979;
}

.inputBox input {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    height: 38px;
    padding-left: 5px;
    background: #868685;
    width: 325px;
}

div#login {
    width: 328px;
    height: 38px;
    text-align: center;
    background: #ff7f0b;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 85px;
    margin-top: 10px;
    border: 1px solid #ce6a09;
    letter-spacing: 7px;
    cursor: pointer;
}

a {
    color: #5083fb;
    text-decoration: none;
}

.get_pwd {
    text-align: center;
    margin: 10px 0;
    margin-left: 70px;
}

a.choose {
    text-align: center;
}

.register_link {
    text-align: center;
    color: #fff;
}

label.input-lb {
    color: #fb7750;
    font-weight: bold;
    display: inline-block;
    width: 70px;
    margin-left: 10px;
    letter-spacing: 4px;
    font-size: 18px;
}

.captcha-box {
    display: inline-block;
    position: relative;
    width: 330px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    background: #868685;
}

input#phrase {
    width: 120px;
    border-radius: 5px 0 0 5px;
}

span.imgCode {
    position: absolute;
    right: 55px;
    top: 0;
}

a#change {
    position: absolute;
    right: 10px;
    color: transparent;
    display: inline-block;
    background: url(../images/refresh-captcha.png) no-repeat;
    height: 40px;
    width: 30px;
    top: 4px;
}

h1.big-tit {
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.t-header {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #808080;
}

span.site-tit {
    float: left;
}

.t-sub-h {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}

span.ac-msg {
    float: right;
}

a.swi-link {
    color: #ff7e00;
}
.t-header.t-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: inherit;
    color: #525252;
}

.b-sub-h {
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    line-height: 15px;
    font-size: 14px;
}
.b-sub-h p {
    margin-top: 0;
}
.captcha-lb {
    position: relative;
    bottom: 25px;
}
img.login-title {
    width: 552px;
    margin: 50px auto 30px;
    display: block;
}
.b-sub-h a {
    color: #525252;
}