#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	width: 248px;
	height: 130px;
	display: none;
	padding-top: 5px; 	
	position: fixed;
	top: 40%; left: 40%;
	z-index: 99999;
	background: #fff
}
img.btn_close {
	position: absolute;
	margin:  10px 0 0px 218px;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
