#fa {
	background: #FFF;
	text-align: center;
	font-family: Arial,sans-serif;
	padding: 10px;
	width: 400px;
	height: 450px;
	border: 2px solid #666;
	position: absolute;
	margin: 0 auto;
	top: 175px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#fa a 
{
/*	vertical-align:top;
*/    font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial;
	color: #666666;
}

#fa a:visited
{
/*	vertical-align:top;
*/    font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	color: #666666;
}

#fa a:hover
{
/*	vertical-align:top;
*/    font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
	font-family: Arial;
	color:#ee1b2d;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}

