﻿.login-header
{
  margin:0 auto;width: 960px; height: 124px
}
.login-header img
{
    display: block; padding-top: 42px
}
.login-header em
{
  margin:62px 0 0 10px; color: #acadaf
}
.login-box
{
    background: url(../images/login-box.png) no-repeat 0 0;margin:0 auto;width: 1340px; height: 400px; 
}
.login-footer, .loginbody
{
  margin:10px auto 0;width: 960px;
}
.login-footer p
{
    line-height: 250%;
}
.loginbody
{
    padding-top: 228px;
}
.loginform .input-wrapper
{
    background: url(../images/login-inputbg.png) repeat-x 0 0;
    width: 270px;
    height: 50px;
    border: 1px solid #a3957e;
    border-radius: 6px;
    margin-right: 10px;
}
.loginform .validnum-wrapper
{
    width: 270px;
    height: 40px;
    margin-right: 10px;
    float: left;
}
.loginform .validnum-wrapper div
{
    float:left;
    height:100%;
    margin-right:5px;
}

.loginform .validnum-wrapper input
{
    color: #c2c2c2;   
    width: 80%;
    height: 30px;
    line-height: 30px;
    margin-top:5px;
    color:#333333;
    font-size:15px;
    font-weight:500;
}

.loginform .validnum-wrapper img
{
    margin-top:5px;
}

.loginform .inputtitle
{
    font-size:16px;
    line-height:40px;
}


.loginform .input-wrapper input
{
   /* color: #c2c2c2;*/
    border: none;
    width: 80%;
    padding-left: 28px;
    background: url(../images/input-wrapper.png) no-repeat 0 -40px;
    margin: 12px 0 0 10px;
    height: 28px;
    line-height: 28px;
    font-size:16px;
    font-weight:700;    
}

.loginform .user input
{
    background-position: 0 -1px;
    float: left;
}
.login-bnt
{
    background: url(../images/login-bnt.png) repeat-x 0 0;
    width: 150px;
    height: 50px;
    border: 1px solid #00478d;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.login-bnt:hover
{
    background-position: 0 -50px;
    cursor: pointer;
}
.loginbody p a
{
    color: #333;
}


.forgetpw
{
    margin-top: 10px;
}
