﻿body {
	font-family: 微软雅黑,宋体;
	font-size:12px;
	margin:0px;
	color: #333;
	background: url(../images/login/bg_body.jpg) repeat-x left top;
}
.wrapper{width: 1002px; height:350px; margin: 0 auto; background: url(../images/login/bg_wrapper.jpg) no-repeat center top;}

/**
 * the login头部 of web pages 
*/
.header {
    width: 861px;
    height:205px;
    margin: 0 auto;
    padding: 0px 0px 30px 150px;
}
.header .logo
{
    display:block;
    position: absolute;
    margin-left:80px;
    margin-top:30px;
}

/**
 * the login content
*/
.modLogin {
    background: url(../images/login/loginMain.jpg) repeat-y;
    color: #666;
    float: left;
    width: 314px;
    margin-left:240px;
}
.login-header {
    background: url(../images/login/loginTop.jpg) no-repeat right top;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px 24px;

} 
.content {width: 820px; margin: 0 auto; text-align: left;}
.login-content {
    border-top: 1px dashed #d4e1e8;
    border-bottom: 1px dashed #d4e1e8;
    color: #666;
    margin: 0 25px 0 15px;
    padding: 7px 0px 5px 10px;
}
.login-content .message{color:red;}
.login-content .inputtext{ margin-top:10px;}
.login-content input.text {
    border: 1px solid #e3e3eb;
    border-radius :2px;
    border-top: 1px solid #aaadb2;
    height: 20px;
    width: 186px;
    padding: 0 0 0 3px;
    line-height: 22px;
}
.login-content input.text2 {
    border: 1px solid #e3e3eb;
    border-radius:2px;
    border-top: 1px solid #aaadb2;
    height: 20px;
    width: 60px;
    padding: 0 0 0 3px;
    line-height: 22px;
}
.content-block h1{
	line-height:26px;
	font-family:微软雅黑,宋体,Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#069;
}
.login-bottom {
    height: 23px;
    line-height: 23px;
    background: url(../images/login/loginFoot.jpg) no-repeat left bottom;
}

.button,btutton:hover,.button-disabled { margin-left:20px;width:102px;height:35px; background: url(../images/button.png) no-repeat; font-size: 14px; border: 0; line-height: 26px; color: #fff; font-weight: bold; cursor: pointer;}
.button { background-position:left top;}
.button:hover {background-position:0px -96px; text-decoration:none;}
.button-disabled{ background-position:0 0; color: #bdbdbd; cursor: default; border: 0;}

/**
 * the footer of web pages 
*/
.footer {
    width: 750px;
    text-align: center;
    padding: 40px 0px 0px 0px;
    margin-top: 140px;
    margin-left: auto;
	margin-right: auto;
	background: url(../images/login/fooder_bg2.png) no-repeat center top;
	float:none;
}
.footer .links {
    background: #e8edef;
    height: 31px;
    padding: 0 0 0 20px;
    line-height: 31px;
}
.inner-links {
	text-align:center;
    height: 31px;
	width:300px;
    padding: 0;
}

.footer .copyright {float: left; padding: 0px 20px;height:31px;line-height:31px;}
