#PopUpFad {
	background: #FFF;
	text-align: left;
	/*font-family: Arial,sans-serif;*/
	padding: 10px;
	width: 500px;
	border: 2px solid #666;
	position: absolute;
	margin: 0 auto;
	top: 50px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 99999;	
}

#PopUpFad a {
	text-decoration: none;
	border: none;
	/*font-size: 9px;*/
	color: #333;
}

#PopUpFad img {
	border: none;
}

#PopUpFad .PopUpFadClose {
	position: absolute;
	top: 5px;
	right: 5px;
}

#PopUpFad.show {
	display: block;
}

#PopUpFad p {
	text-decoration: none;
	border: none;
	/*font-size: 10px;*/
}