.QOverlay {
/*	background-color: #000000;
*/	z-index: 9999;
	width: 300px;
	position: absolute;
	margin-left: -150px;
	left: 50%;
}

.QLoader {
	background: transparent url(../gfx/loading-bar.jpg) repeat-y;
	height: 3px;
	margin: 7px 0 12px;
}

.QAmt{
	font-size: 1.6em;
	margin-left:-50px;
	text-align:center;
	width:100px;
	color: #999;
}

.QLogo
{
	width:260px;
	background: transparent url(../gfx/logo-loading.jpg) no-repeat;
	height: 30px;
	top:  100%;
	position: relative;
	left: 20px;
}