.loading{
	display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: white;
	color:red;
	height: 400px;
	margin-top: -200px;
	width: 600px;
	margin-left: -300px;
	text-align:center;
	background:url('../images/loadingT.gif') no-repeat center 50%;
	z-index:101;
}
.transparentCover{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	z-index:100;
}


