*{padding:0px;margin:0px;}
.loadingPage_bg1 p{font-size:18px;font-weight:bold;}
.loadingPage_bg p{font-size:18px;font-weight:bold;}
#loadingPage p{font-size:18px;font-weight:bold;}
#div_loadingImg{
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	z-index:2000000005;

}

/*ȫ���������ֲ�*/
.loadingPage_bg1 {
	background:none repeat scroll 0 0 #000;
	height:100%;
	left:0; /*:rgba(0,0,0,0.5);*/
	opacity:0.7;
	filter:alpha(opacity=70);
	width:100%;
	position:absolute;
	top:0px;
	/*z-index:1000;*/
	z-index:2000000005;
}
/*�ֲ���������*/
.loadingPage_bg {
	background:none repeat scroll 0 0 #fff;
	height:100%;
	left:0; /*:rgba(0,0,0,0.5);*/
	opacity:1;
	filter:alpha(opacity=100);
	width:100%;
	z-index:110;
}

#loadingPage {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#595959;
	height:28px;
	left:50%;
	line-height:27px;
	margin-left:-74px;
	margin-top:-26px;
	padding:10px 10px 10px 50px;
	position:fixed;
	text-align:left;
	top:50%;
	width:148px;
	/*z-index:1001;*/
	z-index:2000000005;
	background:url(/static/base/images/loading.gif) no-repeat scroll 12px center #FFFFFF;
	border:2px solid #86A5AD;
}