#faw {
	background: transparent;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 310px;
	height: 284px;
	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 img {
	border: none;
}



#faw .ad {
	
	height: 284px;
	width:310px;
	background: url('/images/facebook1/Facebook-popupFlat.jpg') no-repeat center;
}

#faw .ad p {
	width:277px;
	text-align:left;
	margin-left:15px;
}



#faw .ad a {
/*	margin-right:0px;
	Position:absolute;
	right:10px;       */
	height:24px;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
}

#faw .ad .closetxt {
/*	margin-right:15px;
	margin-top:10px;
	Position:absolute;
	right:30px;       */
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
}

#faw .ad #closeButton {
/*	margin-right: 10px;
	margin-top:10px;   */
	display: block;
	width: 24px;
	height: 20px;
	float: right;
	background: url('/images/facebook1/close_off.gif') no-repeat center;
}

#faw.show {
	display: block;
}