.configEnquete, #divEnqueteInicio, form.configEnquete{
	min-width: 780px;
}
#bloco-enquete-principal{
	clear:both;
}

/* BLOCO DE ESCOLHA E DOS RESULTADOS */
#bloco-enquete-secundario{
	display: block;
	margin-bottom:10px;
}

/* BLOCO DOS BOTÕES */
#bloco-enquete-terciario{
	width:230px;
	height:33px;
	clear:both;
	margin:5px 0 5px 0;
}

/* BOTÕES */
.enquete-votar{
	padding:10px;
	float:right;
}
.enquete-resultado{
	padding:10px;
	float: right;
	margin-left: 5px;
}

/* RESPOSTAS */
.enquete-resposta{
	padding:4px 0 4px 2px;
	clear:both;
}
.enquete-resposta input{
	float: left;
	margin: 1px 5px 1px 1px;
}
.pergunta{
	font-weight: bold;
	line-height: 16px;
	margin: 5px 0px;
}

/* TOTAL DE VOTOS */
.total-votos{
    font-weight:bold;
	margin-top:7px;
}
.alternate td.alter{
	padding: 8px 7px 2px;
}
table.wp-list-table{
	padding-bottom:5px;
}

/**************************************** CAMPOS DO WP ADMIN */
/* FONTES ALTERAVEIS DA ENQUETE */
.alternate span, .alternate02 {
	font-family:sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#555;
}
#tag-2 input{
	width:99%;
}
.wp-list-table.widefat.fixed.tags {
	margin-bottom:20px;
}
#tag-2 td{
	border:0px;
	line-height: 15px;
}
.resposta #tag-2 td{
	line-height: 30px;
}