#loading{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10000;
	background:#fff;
}
#loading.load_under{
	position:absolute;
	background:none;
	text-align: center;
}
#loading.load_under .loadicon{
	position:absolute;
	top:300px;
	left:50%;
	height:55px;
	width:54px;
	margin-left:-27px;
	margin-top:-27px;
}
#progress {
	font-family: 'Arial', sans-serif;
	margin: 0 auto;
	width: 100%;
	height:6px;
	background:#d1d1d1;
	text-align: center;
	font-size: 20px;
	color: #ccc;
	position:fixed;
	bottom:0;
	left:0;
	}
#progressTxt{
	height:130px;
	width:370px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-185px;
	margin-top:-75px;
}
#progressBar {
	width: 0;
	height: 6px;
	background-color:#e5007f;
}