.fade {
	background: #000; 
	position: fixed; left: 0; top: 0; 
	width: 100%; height: 100%;
	opacity: 0.50;
	filter: alpha(opacity=50);
	z-index: 999999999;
}

#pop_loader {
	background-image: URL('/images/ajax-loader_black.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgb(0,0,0);
	padding: 30px; 	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: fixed;
	top: 48%;
	left: 48%;
	z-index: 999999999999999;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	opacity: 0.70;
	filter: alpha(opacity=70);
}

.popup_block{
	background: #fff;
	padding: 20px; 	
	float: right;
	position: fixed;
	top: 30%;
	left: 30%;
	z-index: 999999999999999;
	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

.popup_block .scroling {
	overflow: auto;
	height: 500px;
	margin-right: -5px;
	padding-right: 10px;
}

#btn_close {
	float: right; 
	margin: -5px -5px 0 0;
	background: URL('/images/close_pop_over.png') no-repeat;
}

#btn_close a {
	display:block;
	width: 17px;
	height: 17px; 
}
#btn_close a:hover img {
	visibility:hidden;
}