.QOverlay {
	background-color: #F0F0F0;
	z-index: 9999;
	color: #5B5A5A;
}

.QContainer 
{
	position: relative;
	width: 70%;
	top: 40%;
	margin-left: auto;
	margin-right: auto;
	
}

.QOverlay a 
{
	float: right;
	color: #958C8C;
	display: block;
	font-size: 11px;
}

.QOverlay a:hover 
{
	text-decoration: underline;
}

.QOverlay h1 
{
	position: relative;
	font-size: 26px;
	width: 60%;
}

.QOverlay h3 
{
	color: #A9A6A6;
	font-size: 13px;
	font-style: italic;
	margin: -3px 0 9px 5px;
	width: 60%;
}

.QLoaderWrapper 
{
	height: 3px;
	padding: 2px;
	border: 1px solid #7F7C7C;
}

.QLoader {
	background-color: #CCCCCC;
	height: 3px;
}
