#fa {

	background: #111;

	text-align: center;

	font-family: Arial,sans-serif;

	padding: 10px;

	width: 400px;
	height: 375px;
	overflow: hidden;

	border: 2px solid #730101;

	position: absolute;

	margin: 0 auto;

	top: 25px;

	display: none;

	opacity: 0;

	KHTMLOpacity: 0;

	filter: alpha(opacity=0); 

	-moz-opacity: 0;

	z-index: 1000;	

}




#fa img {

	border: none;

}



#fa .fa_close {

	position: absolute;

	top: 5px;

	right: 5px;

}



#fa.show {

	display: block;

}
