#fa {
	background: #FFF;
	left: 50%;
	right: 50%;
	padding: 10px;
	width: 350px;
	height: 200px;
	overflow: auto;
	border: 1px 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;
}
