#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:98%;
	background:#EEEEEE;
	border:0px;
	margin:0px 0px 0px 0px;
}

#Enquete #respostas table #barra {
	background:#BE2B0A;
	height:15px;
	text-align:left;
}

#Enquete #respostas table .resposta {
	height:30px;
	width:70%;
}

#Enquete #respostas table .resultado {
	width:10%;
	text-align:center;
}

#Enquete #respostas table .barra {
	width:20%;
}
