#fa {
 	background-color: #ffffff;
	background-repeat:repeat-x;
	text-align: left;
	font-family: Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#cc0000;
	padding: 10px;
	width: 500px;
	min-height:300px;
	border: 1px solid #666;
	position: absolute;
	margin: 0 auto;
	top: 240px;
	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: 14px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}