#faw {
	background: transparent;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 440px;
	height: 615px;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

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

#faw .ad {
	height: 590px;
	border:2px solid #2E2E2E;
}

#faw img {
	border: none;
}

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

#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/close_off.gif') no-repeat center;
}

#faw.show {
	display: block;
}
dimmer{
	visibility: hidden;
    position:absolute;
    left:0px;
    top:0px;
    font-family:verdana;
    font-weight:bold;
    padding:40px;
	background-color:#000000;
	

    /*background-image:url('../images/div_black.png');*/
    /* ieWin only stuff */
        /* with this trick only IE
           manage the following 2 attributes */
    /*_background-image:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
        (enabled=true, sizingMethod=scale src='../images/div_black.png');*/
}
