#fa {
	text-align: left;
	font-family: "Trebuchet MS";
	width: 600px;
/*	border-style:dashed;
	border: 2px;
	border-color:#FF0000;
	padding: 3px;
*/
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 1000;
	height: 367px;
	vertical-align: top;
	background-image: url(koverta.gif);
}

#fa a {
	text-decoration: none;
	border: none;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #0000FF;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 3px;
	right: 5px;
}

#fa.show {
	display: block;
}

