#fa {
	background: #FFFFFF;
	text-align: center;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	padding: 10px;
	width: 800px;
	border: 2px solid #000000;
	position: absolute;
	margin: 0 auto;
	top: 80px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#fa a:link {
	text-decoration: none;
	color: #000000;
}

#fa a:visited {
	text-decoration: none;
	color: #000000;
}

#fa a:hover {
	text-decoration:underline;
	color: #000000;
}

#fa a:active {
	text-decoration: none;
	color: #000000;
}


#fa img {
	border: none;
}

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

#fa.show {
	display: block;
}
