A:link {text-decoration: none; color: #888;}
A:visited {text-decoration: none; color: #888;}
A:active {text-decoration: none; color: #888;}
A:hover {text-decoration: underline; color: #888;}



#fa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	letter-spacing: 0em;
	word-spacing: 0em;
	text-align: justify;
	line-height: 1.5em;
	
	padding: 10px;
	width: 420px;
	background: #FFF;
	border: 0px solid #CCC;
	position: absolute;
	margin: 0 auto;
	/*top: -268px;
	margin-left:-360px;*/
	top: 100px;
	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: 9px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}