.ht_loading {
	left: 50%;
	top: 50%;
	width: 1px;
	height: 1px;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: fixed;
	z-index: 500;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ht_loading .wrapper {
	position: absolute;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	background-color: #fff;
	background-image: url(../images/loadingBg.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	border-radius: 5px;
}

.ht_loading p {
	text-align: center;
	margin: 0;
	padding: 75px 0 0 0;
	color: #999;
	font-size: 9pt;
}

.ht_loading.open {
	opacity: 1;
	filter: alpha(opacity = 100);
	display: block;
}

.ht_loading.close {
	opacity: 0;
	filter: alpha(opacity = 0);
	/*z-index:-6000;*/
}
