#fa {
 	background: #FFF;
	padding-top: 0px;
	width: 590px;
	height: 314px;
	position: absolute;
	margin-top:0px;
	margin-left:48px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#fa a {
	text-decoration: none;
	border: none;
	font-size: 12px;
	font-weight:bold;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}