html {
	text-align: center; background: white;width:100%;
}
body {
	text-align: center; 
	padding: 0px; 
	margin: 0px auto; 
	width: 100%;  
	font: 12px lucida, helvetica, arial, sans-serif; 
	color: #333333;overflow:hidden;
}

a.forgetlink
{
	text-decoration:none;margin:10px 0px 0px 10px;
}
img {
	border: 0px;  
	padding: 0px; 
	font-style: inherit; 
	margin: 0px; 
	font-family: inherit; font-size: 100%; 
	vertical-align: baseline;  
	font-weight: inherit;
}
span.tip
{
	display:inline-block;
	font-family:宋体,arial, sans-serif;
	color:Red;
	margin: 0px  0px 20px 40px;
}
#wrapper {
	position: relative; 
	margin-right: auto; 
	margin-left: auto; 
	width: 370px; 
	margin-top:60px;
	text-align: left; 
	background-color: #fff; 
	width: 370px;
	border:cadetblue 5px solid;
}

#header {
	border-bottom: darkcyan 0px solid; 
	padding-bottom: 10px; 
	padding-right: 0px; 
	background: #fff; 
	padding-top: 25px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:50px;
	padding:20px 0px;
}
#formbody{
     margin-left:auto;
     margin-right:auto;
     width:960px;height:430px;
     background:url(../img/desktop/login_main.jpg) no-repeat;
     text-align:left;
    }
.logoZone{float:left;}
.outLinks{color:#8e8e8e;float:right;line-height:32px;font-family:simsun,sans-serif;margin-top:20px;margin-right:20px;}
.outLinks a{color:#8e8e8e;text-decoration:none;}
.outLinks a:hover{color:#8e8e8e;text-decoration:underline;}
h2 {
	display: inline; 
	font-family: 黑体, helvetica, arial, sans-serif; 
	font-size:24px;
	font-weight:bold;
	color: darkblue; 
	margin-right: auto;
	margin-left: auto;
}
.formcenter {

	padding: 20px; 
	display: block; 
	border: 0px;  
	margin: 10px; 
	display: block; 

}
.formcenter p{
    height:30px;
    line-height:30px;
    }
#Button1,#Button2
{
    font-family:simsun,sans-serif;
    font-size:14px;
    padding:0px;
    width:90px;
    height:32px;
    color:#444;
    background-image:url("../img/desktop/btn.gif");
    background-repeat:no-repeat;
    font-weight: bold; cursor: pointer;
    border-width:0px;
}
label
{
    font-family:arial,"宋体"; 
    font-size:14px;
    }
input[type=text],input[type=password]
{
    border:1px solid gray;
    padding:5px;
    font-family:arial,"宋体"; 
    height: 16px;
    font-size:14px;
    width:200px;
	color:#444;
	font-weight:bolder;
	background:white url("../img/desktop/bgx.gif") repeat-x;
    }

#txtCode{
    width:120px;
    }