@charset "utf-8";

#loading {
	display: none;
	z-index: 99999;
	width: 100%;
	position: fixed;
	top: 40%;
	left: 0;
	text-align: center;
}
#loading p {
	color: #666;
	font-size: 1rem;
	margin-bottom: 10px;
}
#loadingOverlay {
	display: none;
	z-index: 99998;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	_filter: Alpha(Opacity=60); /* for IE */
}