#loading{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:url(../img/ajax/loading.gif) center center no-repeat #161957;
	z-index:9999;
	color:#161957;
	font-size:9px !important;
}

#loading_count{
	width: 200px;
	color: #fff;
	font-size: 3em;
	position: absolute;
	top: 30%;
	left: 50%;
	z-index: 9999;
	color:#161957;
	font-size:9px !important;
}
#loading_bar{
	width: 0;
	height: 1px;
	margin-top: -0.5px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #161957;
	z-index: 9999;
	opacity:0;
}




#loadingCover{ 
	position:fixed; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	/*background-color:#fbe6ef;*/
	background-color: #ffffff;
	z-index:9998;
}
