#fa {
	background: #FFF;
	text-align: center;
	padding: 10px;
	width: 410px;
	border: 2px solid #666;
	position: absolute;
	font-size:12px;
	top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;	
	z-index: 1000;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}
