html{
	overflow:hidden;
}
#page{
	width:100%;
	height:600px;
	border:0;
	margin:-300px 0 0 -50%;
	top:50%;
	left:50%;
	position:absolute;
}
#title{
	width:1000px;
	height:30px;
	margin:auto;
}
#titlel{
	width:65%;
	color:#000080;
	font-size:16px;
	font-weight:bold;
	float:left;
	text-align:left;
	overflow:hidden;
}
#dt{
	width:30%;
	float:right;
	text-align: right;
}
#container{
	width:100%;
	height:450px;
	background: url('/OA/loginbook.jpg') repeat-x center bottom;
	background-size:cover;
	border-bottom: 8px solid #800000;
	border-top:8px solid #800000;
}
#main{
	width:1080px;
	height:450px;
	margin:0px auto;
	background: white;
}
#cover{
	width:580px;
	height:450px;
	float:left;
}
#login{
	clear:right;
	width:460px;
	height:450px;
	float:right;
}
#quickdiv{
	width:250px;
	height:auto;
	border:1px solid #c0c0c0;
	border-radius:5px;
	margin:50px 0 0 30px;
	padding:10px;
}
#coverwho{
	width:auto;
	height:auto;
	text-align: right;
	line-height: 1.5;
	float: right;
	margin-top:10px;
	padding:3px 3px 3px 5px;
	background: white;
}
#button{
	width:80%;
	height:auto;
	text-align:center;
	margin-top:15px;
}
.button{
	color: #FFFFFF;
	font-size: 14pt;
	letter-spacing:3px;
	text-align:center;
	border: 1px ridge blue;
	background: #007CC9;
	height:30px;
	width:auto;
	padding:0 6px;
}
#qq{
	width:580px;
	height:450px;
	background: gray url('/QQ/biaozhu.jpg') no-repeat center;
	float:left;
}
#copy{
	width:900px;
	margin:auto;
	text-align:right;
	font-size:12px;
}
#copy img{
	border:0px;
	width:40px;
	display:inline-block;
	vertical-align:middle;
}
.qq{
	width:350px;
	height:auto;
	margin:110px 90px 0 0;
	line-height:2;
	float:right;
}
.blackline{
	width:100%;
	height:4px;
	background: black;
}
.logintitle{
	width:auto;
	height:25px;
	margin-top:20px;
}
.logininput{
	width:auto;
	height:40px;
	margin-left:2em;
}
.logininput img{
	margin-top:10px;
}
input{
	background:url('/images/InputBG.gif') left top repeat-x;
	border: 1px solid #7F9DB9;
	font-size: 16px;
	color:blue;
	width:120px;
	height:28px;
	line-height:28px;
	text-align:center;
}
.inputmb{
	width:150px;
	line-height:28px;
}
#myPopDiv{
	display:none;
	width:320px;
	height:180px;
	margin:-90px 0 0 -160px;
	background-color:#FFFFFF;
	z-index:99;
	position:absolute;
	top:40%;
	left:50%;
}
#myPopDiv form{
	background:#F0F0F0;
	width:300px;
	height:160;
	margin:-10px auto;
}
#myPopDiv .line{
	width:300;
	height:40px;
	line-height:40px;
	margin:20px auto;
	text-align:center;
}
#myPopBg{
	display:none;
	background-color: #333;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=80);/*IE*/
	opacity:0.5;/*FF*/
	z-index:9;
	position:fixed !important;/*FF IE7*/
	position:absolute;/*IE6*/
	top:expression(eval(document.compatMode && document.compatMode=="CSS1Compat") ?
	documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :
	document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}