﻿#faw {

	background: white;
	border-style:dashed;
	border-color:#777777;
	border-width:4px;
	
	padding-left:10px;
	padding-right:10px;
	
	font-family: arial;
	font-size: 9pt;
	color:#000000;
	font-family: Arial,sans-serif;
	
	width: 600px;
	height: 300px;
	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: 230px;
	overflow: auto;
	text-align:justify;
	line-height: 150%;
	padding:5px 10px 5px 10px;

}

#faw img {
	border: none;
}

#faw .bar {
	
	height: 20px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#EEEEEE;
	font-weight:bold;

}


#faw.show {
	display: block;
}
