.QOverlay {
	background-color: #fff;
	z-index: 9999;
	position: fixed; 
	top: 0px; left: 0px; 
	width: 100%; 
	height: 1300px;
}

.QLoader {
	background:transparent url(../../images/loader.gif) no-repeat scroll center 0;
color:#989898;
display:block;
height:1px;
margin:0 auto;
padding-top:35px;
text-align:center;
top: 200px;;
width:200px;
font-family: Arial;
font-size: 17px;
}
