@charset "utf-8";
/* Eric Meyer's reset.css */
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;background:transparent;border:none;text-decoration:none}b,i,hr,u,center,menu,layer,s,strike,font,xmp{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;font-weight:normal;font-style:normal;background:transparent;border:none;text-decoration:none}font{color:#333}center{text-align:left}
html, body { overflow-x:hidden;}
ul,ol { list-style:none;}
.dis { display:none;}
/*Layout*/
html{
	background-attachment: scroll;
	background-image: url(newbg.png);
	background-repeat: repeat;
	background-position: left top;
}
body{
	background-attachment: scroll;
	background-image: url(newbg.png);
	background-repeat: repeat;
	background-position: left top;
}
#box{
	margin:0 auto;
	width:800px;
	height:570px;
	background-image:url(login_bg.jpg);
	position:relative;
}
/* login */
#denglu{
	position:absolute;
	top:180px;
	right:70px;
	width:243px;
	font-size:14px;
}
#denglu .DengluInfo{
	height:220px;
	overflow:hidden;
}
#denglu .DengluInfo li{
	padding-bottom:15px;
	height:22px;
	line-height:22px;
}
#denglu .DengluInfo label{
	color:#333;
}
#denglu .DengluInfo input{
	width:180px;
	padding:2px 0;
	font-size:16px;
	vertical-align:baseline;
}
#denglu .pd p{
	padding:0 0 5px 57px;
	font-size:12px;
	color:#666;
}
#denglu .pd img{
	margin-right:6px;
	vertical-align:text-bottom;
	border:1px #999 solid;
}
#denglu .pd a{
	padding-bottom:2px;
	color:#666;
	text-decoration:underline;
}
#denglu .pd a:hover{
	text-decoration:none;
}
#denglu .pd .lgn_remember{
	padding-top:2px;
}
#denglu .pd .lgn_remember input{
	margin:-2px 7px 1px 0;
	padding:0;
	width:16px;
	height:16px;
	vertical-align:middle;
}
#denglu .pd .lgn_remember label{
	height:16px;
	line-height:16px;
}
#denglu .pd .login_btn{
	display:block;
	width:132px;
	height:30px;
	line-height:34px;
	background:url(login_btn.png) no-repeat;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
/* footer */
#footer{
	margin:0px auto 0 auto;
	width:840px;
	text-align:center;
	color:#507187;
	font-size:11px;
	font-family:Tahoma;
}
