.QOverlay {
	background-color: #444;
	z-index: 9999;
}

.QLoader {
	background-color: #888;
	height: 10px;
}

/* .QOverlay {
	background-color: #222;
	z-index: 9999;
}

.QLoader {
	background-color: #000;
	height: 520px;
	width:100%;
	z-index: 9999;
	opacity: 0.15;
	filter: alpha(opacity=15);
}
*/
.QAmt {
	color:#555;
	font-family:Helvetica,sans-serif;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	width:100px;
	margin:0;
	position:absolute;
}