@charset "utf-8";
/* CSS Document */

#duvidas_container {
	margin:20px 0 0 70px;
	width:897px;
}

#duvidas_topo {
	background:#fafafa;
	height:40px;
	padding-left:15px;
	padding-top:10px;
	width:882px;
}

#duvidas_topo_texto {
	float:left;
	margin:18px 0 0 10px;
}

#duvidas_topo #btnAbrir {
	margin-left:25px;
}

#duvidas_bloco {
	margin-top:20px;
	width:897px;
}

.duvidaDiv {
	background:url(../images/bg_gradiente_26px.jpg) repeat-x;
	color:#7f7f7f;
	font-size:11px;
	height:27px;
	width:897px;
}

.pergunta {
	color:#7e7e7e;
	margin-left:7px;
}

.perguntaAtiva {
	color:#cc092f;
	margin-left:7px;
}

.respostaDiv {
	background:#fafafa;
	display:none;
	font-size:11px;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:10px;
	width:882px;
}
