<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fade, #fade_new { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 5;
}
.popup_block,.popup_block2{
	display: none; /*--hidden by default--*/
	background: #f0f3f3;
	padding: 20px;
	border: 2px solid #ddd;
	float: left;
	#font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.95em;
	color:#000;
	position: fixed;
	top: 50%; left: 52%;
	z-index: 10;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn_close {
	float: right;
	margin: -25px -25px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block, *html .popup_block2 {
	position: absolute;
}
</pre></body></html>