
/*
	.popup_msg{
	  position:absolute;
	  z-index:10;  	  
	  text-align:center;
	  color:#FFFFFF;
	  font: 14px Verdana, Arial, Helvetica, sans-serif;
	 /* background:url(bg_image.gif) bottom right no-repeat;*//*
	 border:1px solid  #CCCCCC;
	 display:none;
	 }
	 */
#fade{ /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	
	z-index: 99999;
	position: fixed;
	top: 50%; left: 55%;	
	display:none;
	width:329px;
	
	/*background: #fff;
	padding: 20px;
	border: 20px solid #FFFFFF;
	height:350px;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	
	/*--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: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	*/
}
/*
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}*/
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}



