@CHARSET "UTF-8";

div#loadingBox {
	width: 100%;
	height: 20px;
	top: 50%;
	text-align: center;
}

div#bgBar {
	position: absolute;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	height: 5px;
	display: block;
	background-color: #333;
	border-radius : 2px;	
}

div#progressBar {
	left: 50%;
	position: absolute;
	margin-left: -200px;
	width: 0px;
	height: 5px;
	background-color: white;
	border-radius: 2px;
}

div#bgBar {
	border-radius: 2px;
}

div#loadingInfo {
	color: #aaaaaa;
	height: 25px;
	width: 100%;
	text-align: center;
	font-size: 120%;
	margin-top: 10px;
}

div#loadingSpinner {
	margin: 0 auto;
	display: none;
	position: relative;
	width: 31px;
	height: 31px;
}