#faw {
	background: transparent;
	text-align: center;
	width: 120px;
	height: 30px;
	position: absolute;
	margin: 0 auto;
	top: 130px;
	padding:5px;
	display: none;
	opacity: 0;
	/*KHTMLOpacity: 0;
	filter: alpha(opacity=0); */
	-moz-opacity: 0;
	z-index: 1000;	
	color:green;
	font-size:12px;
}


#faw.show {
	display: block;
}
