#faw {
	background: transparent;
	text-align: center;
	font-family: Arial, sans-serif;
	width: 400px;
	height: 424px;
	position: absolute;
	top: 150px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 1000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 100px;
	border: 4px solid #FFF;
	border-radius: 8px;
}

#faw a {
	text-decoration: none;
	border: none;
}

#faw .ad {
	height: 400px;
}

#faw img {
	border: none;
	float: left;
}

#faw .bar {
	background: url('bar.gif') no-repeat top left;
	height: 24px;
	line-height: 24px;
}

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

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

#faw.show {
	display: block;
}
