.lWindow
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:100000;
}

.lOverlay
{
	background: #000;
	opacity: 0.75;
}

.lImgCircle
{
	margin: 250px auto 0px auto;
	display: block;
	width: 100px;
	height: 100px;
	background: url("/client/images/loadingwindow/loadingAnimationCircles.gif") no-repeat;
}

.lImgLines
{
}