#EqueteLista {
	margin:0px 0px 0px 0px;
}

#EqueteLista ul {
	margin-left:30px;
	padding:5px;
	margin-top:20px;
}
#EqueteLista ul li {
	list-style-image:url(../images/mini-loginout.gif);
	padding:0px 0px 10px 10px;
}

#EqueteLista ul li #nome {
	font-size:16px;
	font-weight:bold;
}

#Enquete {
	position:relative;
	float:left;
	width:97%;
	margin:20px 0px 30px 0px;
}

#Enquete #pergunta {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

#Enquete #respostas table {
	width:98%;
	background:#EEEEEE;
	border:0px;
	margin:0px 0px 0px 10px;
}

#Enquete #respostas table #barra {
	background:#990000;
	height:10px;
	text-align:left;
}

#Enquete #respostas table .resposta {
	height:30px;
	width:260px;
}

#Enquete #respostas table .resultado {
	width:60px;
	text-align:center;
}

#Enquete #respostas table .barra {
	width:106px;
}