.QOverlay {    
    position:absolute;
    top:490px;
    left:50%;
    margin-left:-465px;
    display:block;
    width:585px;
    height:100%;
    z-index:1;
    color:#5d5d5d;
    line-height:1.5;
    text-align:left;
    font-size:12px;
	font:"Segoe UI";
    font-family:"Segoe UI", Verdana, Arial, sans-serif;
    background-color:#f3f3f3;
    background-image:url(loading_white.gif);
    background-repeat:no-repeat;
    background-position:50% 200px;
}

.QLoader {
}

.QAmt {
	color:#ccc;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	line-height:50px;
	height:100px;
	width:100px;
    margin-left:-50px;
    text-align:center;
}