﻿.QOverlay {
	background-color:#000;
	/*background: transparent;*/
	z-index: 9999;
	filter:alpha(opacity=95); 
	-moz-opacity: 0.95; 
	opacity: 0.95;
}

.QLoader {
	background-color: #fff;
	height: 40px; 
}