@charset "utf-8";

#float_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	z-index: 9000;
}

#float_wrap {
	position: absolute;
	display: none;
	z-index: 9999;
	left: 50%;
	margin-left: -250px;
}