#fa {
	background: #FFFFFF;
	text-align: center;
	font-family: Arial,sans-serif;
	padding: 3px 3px 3px 3px;
	width: 450px;
	height: 450px;
	border-style:dashed;
	border: 2px;
	border-color:#FF0000;
	position: absolute;
	top: 150px;
	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 {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 3px;
	right: 6px;
}

#fa.show {
	display: block;
}
