@charset "utf-8";

#iframeWrapper {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -265px;
	width: 530px;
	height: 300px;
	z-index: 9999;
	/* background: transparent; */
	/* position fixed for IE6 */
	/*
	_position: absolute;
	_top:expression(documentElement.scrollTop + 50 + "px");
	*/
}

#iframeWrapperBg {
	width: 100%;
    height: 1000px;
	top: 0px;
	left: 0px;
	position: absolute;
	filter: Alpha(opacity = 60);
	opacity: 0.6;
	background: #000;
	display: none;
	z-index: 9998;
	zoom: 1
}
