#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .95;
	z-index: 9999;
}
.popup_block{
	width:716px;
	display: none;
	background: #000;
	padding: 20px;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;

}
img.btn_close {
	margin-top: -37px;
	margin-right: -37px;
	margin-bottom: 0;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	text-indent:-9999px;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

a.close:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	float:right;
	margin-right: 130px;
	
}

a.close:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	float:right;
	margin-right: 130px;
	
}

a.close:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
	float:right;
	margin-right: 130px;

}

a.close:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	float:right;
	margin-right: 130px;
	
}

