.QOverlay {
/*	background-color: #B6DADA; */
	background-color: #E8ECDE;
	
	z-index: 9999;
        opacity: 0.9;
        -moz-opacity: 0.9;
        filter: alpha(opacity=90);
}

.QLoader {
	background-color: transparent;
	height: 1px;
}

.QAmt {
	color:#FFF;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:50px;
	height:66px;
	width:100px;
    padding-left: 47px;
    padding-top: 6px;
	margin:-60px 0 0 -50px;
    background-image: url('../imagenes/precarga.gif');
    background-repeat: no-repeat;
}