#fa {
	position: absolute;
    left: 50%;
	top: 100px;
    margin-left: -50px;    /* alap -250px */
    width: 520px;
	height: 369px;
    padding: 0px;
	background: #FFF;
	text-align: center;
	font-family: Arial,sans-serif;

/*	border: 1px solid #640; */

	display: none;
/*	opacity: 0;           */
/*	KHTMLOpacity: 0; */
/*	filter: alpha(opacity=0);   */
/*	-moz-opacity: 0; */
	z-index: 1000;	
}

#fa a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#fa img, #maincontent #fa a  {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 3px;
	right: 0px;
	border: none;
}

#fa.show {
	display: block;
}

