#fa {
	background: #FFFFFF;
	font-family: Arial,sans-serif;
	padding: 10px;
	width: 520px;
	border: 2px outset #666;
	position: absolute;
	margin: 0 auto;
	top: 115px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#fa h3 
{
	font-size:1.2em;
}

#fa a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}

#thanks, #feedbackthanks {
	background: #FFF;
	text-align: center;
	font-family: Arial,sans-serif;
	padding: 10px;
	width: 520px;
	border: 2px solid #666;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#thanks a, #feedbackthanks a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#thanks img, #feedbackthanks img {
	border: none;
}

#thanks .thanks_close, #feedbackthanks .thanks_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#thanks.show, #feedbackthanks.show {
	display: block;
}

