/**
 * Created with JetBrains WebStorm.
 * User: qiuyun
 * Date: 13-4-2
 * Time: 下午1:16
 * To change this template use File | Settings | File Templates.
 */
body {
    background-color: #15161a;
    color: #777777;
    font: 12px/1.5 tahoma, arial, sans-serif;
}
a{
    color: #bababa;
    text-decoration: none;
}
a:hover{
    color: #fff;
}
.a-orange{
    color: #ff9900;
    text-decoration: none;
}
.bg {
    min-width: 960px;
    background: url(/img/common/bg.jpg) no-repeat center top;
}
.container {
    width: 960px;
    margin: 0 auto;
}
.reg{
    width: 940px;
    margin: 60px auto 0 auto;
}
.regBox{
    float: left;
    width: 317px;
    height: 475px;
    padding: 50px;
    background-color: #232429;
}
.reg-tit{
    color: #dfdfe1;
    font-size: 36px;
}
.input-wrap{
    position: relative;
}
.def-txt{
    position: absolute;
    left: 13px;
    top: 22px;
}
.error{
    display: none;
    position: absolute;
    left: 270px;
    top: 16px;
    width: 45px;
    height: 34px;
    background: url(/img/common/reg-error.gif) no-repeat;
    text-align: center;
    line-height: 33px;
    color: #fff;
}
.verified{
    display: none;
    position: absolute;
    left: 245px;
    top: 17px;
    width: 55px;
    height: 33px;
    padding-left: 15px;
    background: url(/img/common/reg-right.gif) no-repeat left center;
    line-height: 33px;
    text-align: center;
    color: #fff;
}
.length{
    display: none;
    position: absolute;
    left: 250px;
    top: 66px;
    width: 65px;
    height: 33px;
    background: url(/img/common/reg-input.gif) no-repeat;
}
.reg-input{
    width: 293px;
    height: 13px;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #32343b;
    background-color: #2b2d33;
    font-weight: bold;
}
.write{
    background-color: #fff;
    color: #999;
}
.right{
    background-color: #2b2d33;
    color:#fff;
    border:1px solid #32343b;
}
.wrong{
    background-color: #fff;
    color: #999;
    border-left: 1px solid red;
    border-top: 1px solid red;
}
.reg-agree{
    margin-top: 20px;
}
.reg-agree p{
    float: right;
    width: 295px;
}
.reg-btn{
    display: block;
    width: 316px;
    height: 53px;
    margin-top: 30px;
    background: url(/img/common/reg-btn-black.gif) no-repeat;
    outline: none;
}
.reg-btn:hover{
    background: url(/img/common/reg-btn-black.gif) no-repeat;
}
.reg-btn-orange{
    background: url(/img/common/reg-default.gif) no-repeat;
}
.reg-btn-orange:hover{
    background: url(/img/common/reg-btn-orange.gif) no-repeat;
}
.reg-intro{
    color: #fff;
    margin-top: 18px;
    text-align: center;
}
.reg-share{
    width: 90px;
    height: 25px;
    margin: 7px auto 0 auto;
    text-align: center;
}
.reg-share a{
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background-image: url(/img/common/reg-share.gif);
}
.facebook{
    background-position: 0 0;
}
.yahoo{
    background-position: -29px 0;
}
.google{
    background-position: -58px 0;
}
.reg-already{
    margin-top: 12px;
}
.regLogo{
    float: left;
    width: 463px;
    height: 534px;
    margin-left: 40px;
    background: url(/img/common/reg-logo.png) no-repeat center top;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/reg-logo2.png',sizingMethod='crop');
    _background-image:none;
}