﻿#faq_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#div_faq {
	display: none;
	position: absolute;
	left: 25%;
	width: 530px;
	z-index:1002;
	overflow: auto;
	padding: 0px;
}

#div_faq_header {
	height: 23px;
	background:url(/viagens/app_themes/shoptimeviagens/faq/images/box-faq-bg-header.gif) no-repeat bottom;
}

#div_faq_header .btFechar {
	float:right;
	margin-right:8px;
	margin-top:2px;
}

#div_faq_content {
	height: 345px;
	background:url(/viagens/app_themes/shoptimeviagens/faq/images/box-faq-bg-footer.gif) no-repeat bottom;
	background-color: white;
	padding-left:10px;
	padding-top:5px;
}
