.QOverlay {
	background-color: #000000;
	background-image:url(../images/preloader.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}
.QAmt {
	color:#FFFFFF;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	width:100px;
	margin:-60px 0 0 -50px;
}