@charset "utf-8";
ul,li,p,span,a,img,div,h2,h3,table,tr,td,hr{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333333;
	border:0px;
	text-decoration:none;
	list-style:none;
	font-family:Arial;
}
a:hover{
	color:#ff4500;
}
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
	line-height:1.6em;
	background:url(images/wallpaper_bg.jpg) 0 top repeat-x #1a8cc8;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

.wallpaper{
	position: absolute;
	top:50%;
	left:50%;
	margin:-205px 0 0 -405px;
}
.stage{
	width:810px;
	height:410px;
	background:url(images/stage_bg.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://sunbey7.com/sunbey7/style/images/stage_bg.png");
}
.stage .content{
	padding:50px 5px 10px 5px;
}
.stage .content div{
	font-size:14px;
	color:#FFFFFF;
}
.stage .content .user{
	height:40px;
	margin-top:8px;
	line-height:40px;
	background:#1c91ce;
}
.stage .content .password{
	height:40px;
	line-height:40px;
	background:#0c7fbb;
}
.stage .content .user input,.stage .content .password input{
	border:0;
	height:20px;
	line-height:20px;
	padding:5px 2px 0 2px;
	_margin:6px 0 0 0;
	vertical-align:middle;
}
.stage .content input.ipt_user{
	width:304px;
	background:url(images/ipt_user.jpg);
}
.stage .content input.ipt_password{
	width:131px;
	margin-right:10px;
	background:url(images/ipt_password.jpg);
}
.stage .content input.ipt_yzm{
	width:96px;
	background:url(images/ipt_yzm.jpg);
}
.login_btn{
	margin-top:15px;
}
.login_btn input{
	width:84px;
	height:24px;
	border:0;
	cursor:pointer;
}
.login_btn .ipt_submit{
	margin-right:30px;
	background:url(images/submit.jpg);
}
.login_btn .ipt_reset{
	background:url(images/reset.jpg);
}
