body {
	height:100%;
	width:100%;
	}
#qOverlayHolder {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
}
#qIframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#qIframeCloser {
	position:absolute;
	left:50%;
	top:50%;
	width:1px;
	height:1px;
	z-index:2000;
}
#qIframeCloser a:link, #qIframeCloser a:visited {
	position:absolute;
	display:block;
	width:102px;
	height:20px;
	left:-422px;
	top:-232px;
	color:#666;
	font-weight:bold;
	text-decoration: none;
	line-height:20px;
	font-size:11px;
	text-align:center;
}
#qIframeCloser a:hover, #qIframeCloser a:active {
	text-decoration:none;
	color:#cc0000;
}


a#q_videoholder_close:link, a#q_videoholder_close:visited {
	z-index:2000;
	display:block;
	position:absolute;
	width:102px;
	height:20px;
	top: 0px;
	left:22px;
	color:#666;
	font-weight:bold;
	text-decoration: none;
	line-height:20px;
	font-size:11px;
	text-align:center;
}
a#q_videoholder_close:hover, a#q_videoholder_close:active {
	text-decoration:none;
	color:#cc0000;
}
/*
#blackout {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #595959;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#wrap {
	position:absolute;
	top:0px;
	left:50%;
	width:1px;
	height:100%;
}
#center {
	 position:absolute;
	 left:-455px;
	 width:910px;
	 height:440px;
	 margin:0 auto;
	 top:50px;
}
*/