.enquete {
    width:210px;
}

.enquete strong {
    color: #000000;
}
.enquete ul{
    margin-top: 10px;
    float:left;
}
.enquete li.valor {
    width:210px;
    padding: 5px 0;
    float: left;
    border-bottom: 1px solid #87379a
}

ul#form_participacao li input {
    border: 0;
}

.pagination {
	width: 125px;
	background: #250964 url(/images/fe/lbl_mais_enquete.gif) center no-repeat;
	padding: 4px;
	color: #FFF;
	float: right;
	margin: 10px 0 0 5px;
}
.prev_page, .next_page {
	display: inline;
	width: 19px;
	height: 19px;
	text-indent: -9999px
}
.prev_page {
	float: left;
	background: url(/images/fe/seta_prev.gif)	no-repeat;
}
.next_page {
	float: right;
	background: url(/images/fe/seta_next.gif)	no-repeat;
}