#fa {
	background: #FFF;
	text-align: center;
	padding: 20px;
	width: 460px;
	border: 2px solid #666;
	position: absolute;
	font-size:12px;
	top:50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;	
	z-index: 1000;
	left:50%;
	margin-left:-230px;
	top: 200px;
	color:#000;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}
