#fawbg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  background: black;
  opacity: 0;
  KHTMLOpacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  z-index: 800;
}

#faw {
	background: white;
	border: solid 2px lightgray;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 340px;
	height: 160px;
	position: fixed;
	margin: 0 auto;
	top: 120px;
	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: 140px;
	background-color: white;
}

#faw img {
	border: none;
}

#faw .bar {
	background-color: lightgray;
	height: 20px;
	line-height: 20px;
}

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

#faw .bar .close {
	margin-right: 20px;
	color: black;
	display: block;
	width: 12px;
	height: 20px;
	float: right;
}

#faw.show {
	display: block;
}

#fawbg.show {
	display: block;
}