@CHARSET "UTF-8";
#loadprogress-overlay{
	position: fixed;
	background: #000;
	z-index: 300;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
#loadprogress-box{
	position:absolute;
	background:#000;
	background-image:url(../loader/loadinfo.gif);
	top:50%;
	left:50%;
	width:24px;
	margin:-10px 0 0 -12px;
	height:24px;
	
}
#loadprogress-bar{
	width:0;
	height:24px;
	position:absolute;
	top:0;
	left:0;
	background:#000;
	background-image:url(../loader/loadinfo.gif);
	opacity:0.5;
	
}
#loadprogress-text{
	height:24px;
	line-height:20px;
	width:100%;
	text-align:center;
	font-size:11px;
	position:absolute;
	top:0;
	left:0;
	color: #000;
	margin-top:30px;
}
