#Layer4 {
	font-family: Arial,sans-serif;
	padding: 0px;
	border: 3px;
	position: fixed;
	margin: 0 auto;
	top: 220px;
	left: 50px;
	opacity: .8;
	KHTMLOpacity: 100;
	filter: alpha(opacity=100);
	height: 150;
	z-index: 9;
	overflow: visible;
	-moz-opacity: 25;
	z-index: 1;	
}
#fa {
	position:absolute;
	width:450px;
	height:60px;
	z-index:10;
	left: 350px;
	top: 490px;
	visibility: hidden;
	overflow: visible;
	background-image: url(/image/button/grid-bg.jpg);


}


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

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}

