body{
    background: url("/default/images/login_bg.jpg") no-repeat;
    overflow-x: auto;
}
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p{
    margin:0;
    padding:0;
}
body li{
    list-style: none;
}
#content{
    height:auto!important;
    min-height:800px;
    _height:800px;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei", "SimSun";
    position: fixed;
    top: 35%;
}
#content div{
    margin: 0 auto;
}
#content .login{
    width: 330px;
    height: 265px;
    padding: 15px 30px 30px 30px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#content .login .title{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
#content .login .name{
    width: 330px;
    height: 48px;
    line-height: 48px;
}
#content .login .name input{
    width: 270px;
    height: 38px;
    line-height: 35px;
    border: 1px solid #CCCCCC;
    text-indent: 55px;
    font-size: 16px;
    background: url("/default/images/name.png") no-repeat 20px;
}
#content .login .name_err{
    width: 280px;
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 50px;
    font-size: 14px;
    color: #F0504E;
}
#content .login .password{
    width: 330px;
    height: 48px;
    line-height: 48px;
}
#content .login .password_err{
    width: 280px;
    height: 20px;
    line-height: 20px;
    padding-left: 50px;
    color: #F0504E;
    font-size: 14px;
}
#content .login .password input{
    width: 270px;
    height: 38px;
    line-height: 35px;
    border: 1px solid #CCCCCC;
    text-indent: 55px;
    font-size: 16px;
    background: url("/default/images/psword.png") no-repeat 20px;
}
#content .login .tip{
    width: 330px;
    height: 40px;
    line-height: 40px;
}
#content .login .tip input[type=checkbox] {
    vertical-align: middle;
}
#content .login .tip input{
    width: 17px;
    height: 17px;
    margin-left: 50px;
}
#content .login .tip label{
    margin-left: 5px;
    color: #A3A3A3;
    font-size: 16px;
}
#content .login .tip span{
    padding-left: 5px;
    font-size: 14px;
    color: #A3A3A3;
}
#content .login .tip .getpsword{
padding-left: 180px;
}

#content .login .submit{
    width: 330px;
    height: 48px;
    line-height: 48px;
}
#content .login .submit input[type=submit]{
    background-color: #21A74F;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #21A74F;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    font-weight: bolder;
    padding-top: 1px;
    cursor: pointer;
    margin-left: 50px;
}
#content .login .submit input[type=submit]:hover{
    background-color: #28be5c;
}