* {font-size:12px; margin:0; padding:0;}
html, body
{
    height: 100%;
    background-image: url(../images/login/login_bg.gif);
}
#loginBg
{
    
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
}
#login
{
    background-position: url(../images/login/login.gif);
    width: 377px;
    height: 177px;
    overflow: hidden;
    background: url(../images/login/login.gif);
    margin-top: 175px;
    position: absolute;
    left: 50%;
    margin-left: -188px;
}
.content
{
    margin-top: 20px;
    margin-left: 40px;
    width: 300px;
    text-align: center;
    overflow: hidden;
   
}
/*系统信息*/

#systemName
{
      width: 400px;
     position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: 120px;
    font-size: 38px;
    font-family: 隶书;
    color: #FF0000;
    
 
}
/*信息输入框*/

.name,.password {
	padding-left:2px;
	display:inline;
}
.name{
      margin-top:15px;}
.password {
	
	
	margin-top:15px;
}
input
{
    border-top: 1px solid #0f65c5;
    border-right: 1px solid #0f65c5;
    border-bottom: 1px solid #0f65c5;
    border-left: 1px solid #0f65c5;
    width: 140px;
    height: 20px;
    line-height: 19px;
    padding: 1px 3px;
    margin-top: 0px;
    font-size: 18px;
}
.loginBtn
{
    background-image: url(../images/login/login_btn.png);
    width: 65px;
    height: 32px;
    margin-top: 8px;
 
    cursor: pointer;
}
*html .loginBtn {margin-left:138px;}
*+html .loginBtn {margin-left:138px;}
/*版权*/
#copyright {clear:both;font-weight:bold;color:#fff;margin-top:7px;margin-left:10px;
}