@CHARSET "ISO-8859-1";

#standbyLoader-overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index: 1002;
	display: none;
}

#standbyLoader-loading {
	position: fixed;
	top: 50%;
	left: 45.5%;
	margin: -28px 0 0 -25px;
	z-index: 1003;
}

#standbyLoader-loading-text {
	position: fixed;
	left: 46%;
	top: 46.5%;
	z-index: 1003;
}
