#fa {
/*	background: #EEEEEE;
	text-align: center;
	font-family: Arial,sans-serif;
	padding: 10px;
	width: 320px;
	border: 1px solid #666;
	position: relative;
	margin: 0 auto;
	/*top: 100px; 
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	

	height: 237px;
	width: 625px;
	margin-left: 0px;
	background: #666666;
	margin-top: 0px;
	position: absolute;
	left: 300px;
	top: 0px;
	z-index:1000;
	overflow: hidden;
	*/
	height: 145px;
	width: 360px;
	margin-left: 0px;
	background: #666666;
	margin-top: 0px;
	position: relative;
	left: -200px;
	top: -269px;
	z-index:1000;
	overflow: hidden;	
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	
}

#fa a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}