#faw {
	background: #660000; /*transparent;*/
	text-align: left;
	font-family: Arial,sans-serif;
	color: #FF9900;
	font-size: 15px;
	font-weight: bold;
	width: 600px;
	height: 350px;
	position: absolute;
/*	margin: 0 auto;*/
margin-top: 10%;
margin-left: 10%;
	padding: 10px;
	top: 10%;
	left: 30%;
	display: none;
	opacity: 20;
	KHTMLOpacity: 0;
	filter: alpha(opacity=20); 
	-moz-opacity: 0;
	z-index: 1000;	
	border: 10px double #F3F3F3;
}

#faw a {
	text-decoration: underline;
	color: #F3F3F3;
	border: none;
}
#faw a:hover {
	text-decoration: none;
	color: #F3F3F3;
	border: none;
}

#faw .ad {
	height: 245px;
}

#faw img {
	border: none;
}

#faw .bar {
	/*background: url('bar.gif') no-repeat top left;*/
	color:#FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 25px;
}

#faw .bar a {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	color: #FFF;
	font-size: 10px;
}

#faw .bar .close {
	margin-right: 5px;
	display: block;
	width: 12px;
	height: 20px;
	float: right;
	background: url('/images/icon_close_off.gif') no-repeat center;
}

#faw.show {
	display: block;
}