@charset "utf-8";
/* CSS Document */

#resultado_enquete{
	display: none;
	width: 270px;
	margin-top: 10px;
}
.enquete{
	position: relative;
}
.grafico {
	background-color: #7099A8;
	height: 8px;
	width: 140px;
}
.limite {
	background-color: #CCC;
	float: left;
	margin-top: 5px;
	height: 8px;
	width: 140px;
}
.titRes{
	font-size: 15px;
	margin-bottom: 5px !important;		
}
.titEqt {
	font-size: 20px;
}
.ulResposta li{
	background:url(../imagens/tick.png) no-repeat left center;
	float:left;
	margin:0 20px 0 0;
	text-indent:20px;
}
