* { margin:0px; padding:0px;  }
ul,li{list-style:none;}
image { border:0; }
html, body, input, select, textarea, button{font-family: "微软雅黑","宋体",arial;font-size: 14px; margin: 0;color: #666b76;}

.left { float:left; }
.right { float:right; }
.clear { clear:both; height:0; border:0; overflow:hidden; }
.red {color:#F00}
body {background:#F3F8FF}

#header {height:86px}
#header .header {width:990px;margin: 0 auto;*margin-top:1px !important}
#header #logo {float:left;height:77px;width:100%}
#header .logo {float:left;margin-top:24px;width:130px;height:35px;border-right:1px solid #D0D0D0}
#header h2 {
    color: #333333;
    float: left;
    font-size: 28px;
    font-weight: normal;
    margin-top: 21px;
    *margin-top:21px !important;
    *margin-top:26px;
    padding-left: 15px;
}

.item-name{
    width:100px;
    text-align:right;
    padding:12px 5px 0 0;
    clear:both;
}
.input-info {
    border:1px solid #BFD1DF;
    height:34px;
    line-height:30px;
    width:200px;
    padding-left:10px;
}

.check_error {
    background:url("/static/lend/img/check_error.png") no-repeat 0 2px;
    color:#FF0000;
    padding-left:20px;
    margin-left:10px;
}
.check_succ {
    background:url("/static/lend/img/check_succ.png") no-repeat 0 5px;
    margin-left:10px;
}
.check_info {
    color: #A0A0A0;
    margin-left: 10px;
    margin-top: -1px;
    position: absolute;
    width: 400px;
}

.login-container{
    margin: 0 auto;
    width: 988px;
    height:280px;
    background:url("/static/lend/img/login-bg.png") no-repeat;
    padding-bottom: 30px;
    padding-top:30px;
}
.login-container .login {
    margin-left:110px;
    height:250px;
    background: #FFF;
    border: 1px solid #E1EBF3;
    overflow: hidden;
    width: 410px;
    padding-top:22px;
    padding-left:30px;
}
.login-container .mdlogin
{
    height: 270px;
}
.reg-container{
    margin: 0 auto;
    width: 988px;
    background:url("/static/lend/img/reg-bg.png") no-repeat;
    padding-bottom: 40px;
    padding-top:25px;
}
.reg-container .register{
    margin-left:110px;
    height:525px;
    background: #FFF;
    border: 1px solid #E1EBF3;
    overflow: hidden;
    width: 510px;
    padding-top:30px;
    padding-left:30px;
}
.form-row{
    margin-top:15px;
}

.captcha-row img{
    position: relative;
    top: 13px;
}

.forget-password {
    width: 100%;
    padding-left: 63px;
    font-size: 13px;
}

/* create step */
.step {width:100%;text-align:center;margin:10px 0;height: 55px;}
.step div{
    float:left;
    height:40px;
    /**background:url("/static/assets/bd/step-bg.png") repeat-x;*/
    background:url("/static/lend/img/step-bg-gray.png") repeat-x;
    color:#999;
}
.step div a {
    color:#FFF;
}
.step div a:hover{
    color:#FFF;
}
.step div em {
    height:40px;
    float:left;
    font-weight:bold;
    font-family:"arial";
    font-size:31px;
    margin-right:10px;
}
.step div span {
    height:40px;
    float:left;
    padding-top:10px;
    *padding-top:10px !important;
    *padding-top:12px;
}
.step div var {
    width:23px;
    height:40px;
    float:right;
}
.step div {
    padding-left:20px;
}
.step div.here {
    background:url("/static/lend/img/step-bg-here.png") repeat-x;
    color:#FFF;
}
.step div var {
    background:url("/static/lend/img/step-arrow-2-new.png") no-repeat right;
}
.step div.here var {
    background:url("/static/lend/img/step-arrow-1-new.png") no-repeat right;
}
.step div#laststep var {
    background:url("/static/lend/img/step-arrow-3-new.png") no-repeat right;
}
.step div#laststep.here var {
    background:url("/static/lend/img/step-arrow-5-new.png") no-repeat right;
}
.step div.prev var {
    background:url("/static/lend/img/step-arrow-4-new.png") no-repeat right;
}

#main {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1ebf3;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 988px;
    padding-top: 20px;
    position: relative;
}

#footer {
    width: 990px;
    margin: 20px auto;
    text-align: center;
    line-height: 180%;
    font-size:14px;
}
