#fa {
	background: #FFF;
	text-align: center;
	padding: 10px;
	width: 250px;
	border: 2px solid #666;
	position: absolute;
	top: 100px;
	opacity: 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;
}
