.QOverlay {
	//background-image: url('/sr/nabavke/helpn.png'); 
//	background-color: black; //#6A5ACD;
//	z-index: 9999;

	     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 99;
    height: 100%;

}

.QLoader {
	//background-color: #CCCCCC;
	//height: 5px;

	     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(loader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;

}