html{
	overflow:hidden;
	background:url(loginbg.jpg) repeat-x center top #36daff;
	
}
body{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 100%;
	border:0;
	text-align: left;
	
}
form{
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
	line-height:1px;
}
.login_main{
	width: 1002px;/*登录面板宽度*/
	margin: 0 auto;
	text-align: left;
	position:relative;
}
.login_top{
	width: 100%;
	height: 271px;/*登录面板头部高度*/
	background-image: url(login_top.png);
	background-repeat: no-repeat;
}
.login_middle{
	width: 100%;
	height: 204px;/*登录面板中部高度*/
}
.login_middleleft{
	float: left;
	width: 374px;/*登录面板中部左侧宽度*/
	height: 100%;
	background-image: url(login_centerleft.png);
	background-repeat: no-repeat;
}
.login_middlecenter{
	float: left;
	width: 628px;/*登录面板中部右侧宽度*/
	height: 100%;
	background-image: url(login_centerright.png);
	background-repeat: no-repeat;
	text-align: left;
}
.login_bottom{
	width: 100%;
	height: 151px;/*登录面板底部高度*/
	
}
.login_title{
	position:absolute;
	left:270px;/*标题x坐标*/
	top:205px;/*标题y坐标*/
	width:429px;/*标题宽度*/
	height:44px;/*标题高度*/
	background-image: url(title.png);
	background-repeat: no-repeat;
}
.letter_space{
letter-spacing:1em;
}
.login_user{
	padding:0 0 0 0px;
	font-weight:bold;
	color:#ffffff;/*表单文字颜色*/
	margin:3px 0px 0px -1px;
}
.login_pass{
	padding:14px 0 0 0px;/*密码框距用户名框的垂直距离*/
	font-weight:bold;
	color:#ffffff;/*表单文字颜色*/
	margin: -5px 0px 0px -1px;
}
.login_form{
	padding:20px 0 0 80px;/*表单位置*/
}
.login_button input{
	width: 65px;/*按钮宽度*/
	height: 24px;/*按钮高度*/
	background-image: url(click.gif);
	background-color:transparent;
	border:0;
	cursor:pointer;
	cursor:hand;
}
.login_user input{
	border:solid 1px #69c6ed;/*边框色*/
	background-color:#037dbc;
	width:150px;/*用户名框宽度*/
	height:18px;
	line-height:18px;
	color:white;
}
.login_pass input{
	border:solid 1px #69c6ed;/*边框色*/
	background-color:#037dbc;
	width:150px;/*密码框宽度*/
	height:18px;
	line-height:18px;
	color:white;
}
.login_button_left{
	position:absolute;
	left:454px;/*提交按钮x坐标*/
	top:368px;/*提交按钮y坐标*/
}
.login_button_right{
	position:absolute;
	left:530px;/*重置按钮x坐标*/
	top:368px;/*重置按钮y坐标*/
}
.login_copyright{
	color:#ffffff;/*版权声明文字颜色*/
	text-align:center;
	padding:120px  0 0 0px;/*版权声明位置*/
}
.login_copyright a{color:#ffffff;text-decoration:none;}
.login_info{
	color:#ffffff;
	position:absolute;
	left: 445px;
    top: 350px;
	line-height:150%;
	width:240px;
	overflow:hidden;
}
.login_skin{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#ffffff;/*皮肤管理文字颜色*/
	height:30px;
	line-height:30px;
}
.login_skin span{
	cursor:pointer;
	cursor:hand;
}
