html,body{
	margin:0;
	padding:0 0 0 0;
	font-family:ËÎÌå,Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	background:transparent url('../images/bg_main.gif') repeat-x;
}

#shadow_logo{
	clear:both;
	position:absolute;
	filter:alpha(opacity=20);-moz-opacity:0.2;
	width:200px;
	height:200px;
	top:0px;
	left:0px;
	background:transparent url('../images/shadow_logo.gif') no-repeat;
}
#shadow_light{
	clear:both;
	display:inline;
	position:absolute;
	width:639px;
	height:264px;
	bottom:0px;
	right:0px;
	z-index:0
}
#app_name{
	clear:both;
	position:absolute;
	width:292px;
	height:39px;
	left:50px;
	bottom:100px;
}

.line{
	border-top:1px #89a3d0 solid;
	display:block;
	width:90%;
	height:1px;

}
.loginFormItem{clear:both;align:center;padding-bottom:0px;}
.loginFormItem li{width:100%;float:left;margin-top:5px;margin-bottom:5px;margin-left:5px;*margin-left:5px;padding:3px;border:0px solid #F4F2F2;}
.loginFormItem li img{padding:5px;border:1px solid #D3D0CE;float:left;align:absmiddle}

.form_label,.form_label_bold{
	/*color:#bbc2dc;*/
	color:#ffffff;
	
}
.form_label_bold{
	font-weight:bold;
}

#new_user{
	clear:both;
	position:absolute;
	height:20px;
	bottom:5px;
	right:15px;
	z-index:10
}
#new_user a{text-decoration:none;color:#89a3d0;}
#new_user a:hover{color:#FFFFFF;}
#test{
	clear:both;
	filter:alpha(opacity=20);-moz-opacity:0.2;
	background:#89a3d0;
	position:absolute;
	width:100%;
	top:0;
	height:200px;
}
#shadow_loginPanel{
	clear:both;
	border-top:0px;
	border-left:0px;
	border-right:2px #314b7e solid;
	border-bottom:2px #314b7e solid;
	position:absolute;
	width:342px;*width:320px;
	height:223px;*height:202px;
	right:200px;
	top:130px;
/*	background-color:#283b64;*/
	z-index:9
}
#loginPanel{
	clear:both;
	position:relative;
	border:1px #bbc2dc solid;
	width:320px;
	height:200px;
	right:0px;
	top:0px;
	padding:10px;
	z-index:0;
}


.abtn{clear:both;margin:0px;padding:0px;display:relative;background:url(../images/bg_btn.gif) no-repeat;font-size:12px;color:#000;line-height:24px;height:24px;width:69px;text-align:center;text-decoration:none;}
.abtn:hover{clear:both;background:url(../images/bg_btn_over.gif) no-repeat;color:#000;font-size:12px}

