/*.QOverlay {
	background-color: #000000;
	z-index: 9999;
	width: 200px;
	margin: 0 auto;
	position: absolute;
	height: 10px;
	left: auto;
	top: 50px;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}*/

#Loader {
    position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	text-align: center;
	top: 200px;
	font-size: 18px;
	color: #fff;
	height: 50px;
}

#Loader div {
    margin: 0 auto;
	width: 200px;
}

#Loader div strong {
    float: left;
	width: 200px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}

#Loader div span.OutLine {
    float: left;
	width: 196px;
	border: 1px solid #fff;
	padding: 1px;
}

#Loader div span#Line {
    float: left;
	width: 0%;
	height: 3px;
	background: #fff;
}