#fa {
	
	
	font-family: Arial,sans-serif;
	
	width: 512px;
	height: 288px;

	border: 2px solid #666;
	background-color: #FFFFFF;	
	
	padding: 20px;
	

	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 1000;

	position: absolute;

	margin-right: auto;
	margin-left: auto;
	
	top: 50%;
	margin-top: -25%;
 	
	
	}


#fa a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 2px;
}

#fa.show {
	display: block;
}
