#fa {
	position: absolute;
    left: 50%;
	top: 50px;
    margin-left: -100px;    /* alap -250px */
	padding: 0px;
	background: #FFF;
	text-align: center;
	font-family: Arial,sans-serif;
    width: 538px;
	border: 1px solid #666;
	display: none;
/*	opacity: 0;           */
/*	KHTMLOpacity: 0; */
/*	filter: alpha(opacity=0);   */
/*	-moz-opacity: 0; */
	z-index: 1001;	
}

#fa a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 0px;
	right: 0px;
}

#fa.show {
	display: block;
}

