body{height:100%; overflow:hidden; margin:0px; padding:0px;overflow-y:hidden;}
#fullbox{
	height: 100%;
	width: 100%;
	position:relative;
	background-color:#EBEFF8;
	margin:0px;
	padding:0px;
}

#login_h {
	height:41px;
	width: 100%;
	background-image: url(../images/login-top-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#login_h_line{
	background-image: url(../images/buttom-copy-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 41px;
}
#login_f{
	background-image: url(../images/buttom-copy-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 35px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#login_f p{ 
	line-height: 20px;
	color:#B4B4B4;
	text-align: center;
	font-size:10px;
	margin-top:16px;
	}
#foot_sign{
	width:159px;
	height:20px;
	position:absolute;
	bottom:0px;
	right:0px;
}
#login_div {
	width:270px;
	border: 1px solid #D2DCEC;
	margin-bottom:150px;
}
#login_div .tt {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDE4F0;
	padding-left: 10px;
	text-align:left;
	font-weight: bold;
}
#login_div ul{
	margin-top:15px;
	text-align:left;
	padding-left: 0px;
	margin-left: 0px;
	height: 125px;	
}
#login_div ul li {
	height: 25px;
	padding-left:45px;
}
#login_div ul p {
	padding-left:45px;
}
#login_div .tip{
	line-height: 20px;
	color: #C1C1C1;
	margin-top: 15px;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dde4f0;
}
#login_div .tip2{
	line-height: 20px;
	color:#F00;
	padding-left:10px;
	text-align:left;
}
#checksubuser{
	margin: 0 0 0 3px;
	padding: 0;
	vertical-align: top;
	display: inline-block;
}
#showsub{
	display: none;
}