html > body > #faw {
	background-image:url(images/faw_bg.png);
	text-align: center;
	font-family: Arial,sans-serif;
	width: 336px;
	height: 487px;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
	/*opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;*/
	/*filter: blur(add=false, direction=135, strength=6); */
}

#faw 
{
    _background-image:none;
	_background: transparent;
	_text-align: center;
	_font-family: Arial,sans-serif;
	_width: 330px;
	_height: 480px;
	_position: absolute;
	_margin: 0 auto;
	_top: 100px;
	_display: none;
}

#faw a {
	text-decoration: none;
	border: none;
}

#faw .ad {
	height: 480px;
}

#faw img {
	border: none;
}

#faw .bar {
	height: 35px;
	width:330px;
	background-color:Black;
	font-size: 20px;
	text-align: right;	
	margin-right:6px;
	_margin-right:0px;
}

.bb {
	font-weight: bold;
	float: right;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	color: #ff0078;
	vertical-align: middle;	
}

#faw .bar .close {
	width: 31px;
	height: 30px;
	float: right;
	
}
#closeFlash
{
    position:absolute;
    top:-15px;
    right:-15px;
    z-index:1000;
}
#closeFlashTop
{
    position:absolute;
    top:-15px;
    right:-15px;
    z-index:1001;
    cursor:pointer;
}

#faw.show {
	display: block;
}
