#Enquete {
	position:relative;
	float:left;
	width:100%;
	margin:10px 0px 30px 0px;
}

#Enquete #pergunta {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#Enquete #respostas table {
	width:100%;
	background:#EEEEEE;
	border:0px;
	margin:0px 0px 0px 0px;
}

#Enquete #respostas table #barra {
	background:#C15842;
	height:15px;
	text-align:left;
}

#Enquete #respostas table .resposta {
	height:25px;
	width:50%;
}

#Enquete #respostas table .resultado {
	width:10%;
	text-align:center;
}

#Enquete #respostas table .barra {
	width:40%;
}

.DivisaoEsq, .DivisaoDir
{
	width: 100%;
}


.enquete b, .enquete label
{
	color:#616161;
}

.botaoEnquete { background-color: #24486d; padding: 2px 6px; color: white; border: 1px solid white; margin: 0px !important; } 