#cnt_overlay {
	position			: absolute;
	background-color	: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	top					: 0px;
	left				: 0px;
	z-index				: 2000;
	
}
#cnt_module {
	background			: none;
	margin				: 0px 0px 0px 0px;
	position			: absolute;
	z-index				: 10000;
}
#btn_close {
	width				: 50px;
	height				: 50px;
	position			: absolute;
	top					: 10px;
	left				: 323px;
	border				: 1px solid #e0e0e0;
	cursor				: pointer;
}

#btn_close b {
	display				: block;
	width				: 50px;
	height				: 50px;
	position			: relative;
	top					: -14px;
	left				: -1px;
	color				: #e0e0e0;
	font-size			: 62px;
	font-weight			: normal;
	
}