@CHARSET "UTF-8";

/* Soft loading theme */
.loading_soft_container {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0; 
	border: none;
	background: transparent;
}

.loading_soft_animation {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	overflow: hidden;
	margin: -25px 0 0 -18px;
	background: url(/images/plugins/Loading/loading_soft.png) no-repeat;
}

.loading_soft_text {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 14px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	margin: 11px 0 0 -100px;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
