

.aui-loading-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 17, 17, 0.6);
	left: 0px;
	top: 0px;
	z-index: 999998;
	overflow: hidden;
	display: none;
}

.aui-loading-content {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 100%;
	left: 0px;
	top: 0px;
	z-index: 999999;
	overflow: hidden;
	display: none;
}

.aui-loading-text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	padding: 20px;
	width: 360px;
	height: 100px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 1.2em;
	background-color: rgba(0, 0, 0, 0.4);
}

.aui-loading-text {
	max-width: 260px;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 0px;
}

.aui-loading-box{
	padding:0px;
	margin:0px;
	position:absolute;
	background-color: #000;
	z-index: 999998;
	filter: alpha(opacity = 20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.aui-loading-box-img{
	padding:0;
	border:0;
	height:31px;
	width:31px;
	background:url("loading.gif") no-repeat;
}


