@CHARSET "UTF-8";

/* standard loading theme */
.loading_container {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0; 
	border: none;
	background: transparent url(/images/plugins/Loading/background/bg_999_transparent.png);
	opacity: 0.85;
}

.loading_animation {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 11px;
	width: 43px;
	overflow: hidden;
	margin: -15px 0 0 -22px;
	background: url(/images/plugins/Loading/loading.png) no-repeat;
}

.loading_text {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 19px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	margin: -4px 0 0 -100px;
	font-weight: bold;
	font-size: 17px;
	color: black;
}
