body {
	width:100%;
	height:100%;
}
*{
	margin:0;
	padding:0;
}
#lite-overlay {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
	*html #lite-overlay {
		position:absolute;
	}
.liteTitle {
	height:30px;
	line-height:30px;
	text-indent:12px;
	font-size:12px;
	font-weight:bold;
	background:#F5F8FA;
	position:relative;
}	
	.liteClose {
		height:30px;
		line-height:30px;
		cursor:pointer;
		position:absolute;
		right:15px;
		top:0;
		font-size:12px;
	}
#lite-content {
	background:#fff;
	position:fixed;
	top:50%;
	left:50%;
	z-index:100;
	display:none;
}
	*html #lite-content {
		position:absolute;
	}
/*-- loading --*/

#liteloading {
	position:absolute;
	width:208px;
	height:13px;
	left:50%;
	top:50%;
	margin-left:-104px;
	margin-top:-6px;
	z-index:10000;
	background: url(../images/loadingAnimation.gif) no-repeat;
}


