@charset "windows-1255";
/* CSS Document */
a.poplight{
	color: #585858;
	text-decoration: none;
}
a.poplight:hover{
	text-decoration: underline;
}

#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{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 1px solid #4A92B5;
	border-top: 20px solid #4A92B5;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	border-bottom-right-radius:	10px;
	border-bottom-left-radius:	10px;	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:	10px;
	-webkit-border-bottom-left-radius:	10px;
/*	behavior: url(/htc/border-radius.htc);*/
}
img.btn_close {
	float: left; 
	margin: -20px -19px 0 -20;
}

img.info_icon {
	float: left; 
	margin: -40px 0 0 -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
