body{
	background:none;
}
#comment_faq_bottom {
	display:none;
	width:430px;
	height:160px;
	background:#fff;
	position:absolute;
	top:100px;
	left:25%;
	z-index:10;
	overflow:auto;
	padding:25px 20px;
	border:thin solid #E3D3CD; 
}

#closeBtn {
	display:none;
	position:absolute;
	top:105px;
	left:25%;
	z-index:11;
	width:430px;
	text-align:right;
}

a#closeBtn,
a#closeBtn:hover {
	color:#678428;
	font-size:10px;
	text-decoration:none;
	cursor:pointer;
}