/* Início CSS da pagina de perguntas da Enquete */

#enquete{
	margin-left:0px;
	display:table;
	padding-bottom:5px;
	padding-top:5px;
}

.textoTema{
	color:#16355a;
	font-size:12px;
	margin-top:30px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 7px;
}

.perguntas{
	font-size:11px;
	margin-top:0px;
	font-weight: bold;
	padding-bottom: 5px;
}

.respostaEnquete{
	vertical-align: middle;
}

/* Fim do CSS da pagina de perguntas da Enquete */

/* Início do CSS da pagina de respostas da Enquete */

#enquete_resp{
	background-color: #edf3f8;
	height: 500px;
	width: 255px;
	border: 2px solid #9fb8d8;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}

#textoTema_resp{
	color:#16355a;
	font-size:16px;
	margin-top:5px;
	font-weight: bold;
	padding-bottom: 20px;
	width: 255px;
}

#perguntas_resp{
	font-size:14px;
	margin-top:5px;
	font-weight: bold;
	padding-bottom: 10px;
}

#respostaEnquete_resp{
	display: table;
	float: left;
	width: 180px;
	padding-bottom: 10px;
}

#result{
	display: table;
	float: right;
}

.formbuttom {
	background-image: url(/imagens/institucional/bt_form_enviar.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 54px;
	border: 0px;
	margin-top:20px;
}

/* Fim do CSS da pagina de respostas da Enquete */
