.coluna-enquete {
	float:left;
	clear:left;
	width:564px;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
}
.coluna-enquete .pesquisa {
	float:left;
	width:564px;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
	background:#4b5e69;
}
.coluna-enquete .pesquisa h4 {
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin:10px 0 0 10px;
	padding:0 0 9px 15px;
	border-bottom:1px solid #fff;
	width:545px;
}
.coluna-enquete .pesquisa h5 {
	float:left;
	clear:left;
	width:525px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:6px 0 0 25px;
	padding:0;
}
.coluna-enquete .pesquisa div.enquete {
	float:left;
	clear:both;
	width:545px;
	height:auto;
	background:#fff;
	padding:10px 0 10px 0;
	margin:4px 0 0 9px;
}
.coluna-enquete .pesquisa div.enquete div.opcao {
	float:left;
	display:inline;
	width:545px;
	margin:0 0 10px 15px;
	padding:0;
}
.coluna-enquete .pesquisa div.enquete div.opcao input.radio { float:left; }
.coluna-enquete .pesquisa div.enquete div.opcao label {
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#6f789b;
	margin:-1px 0 0 3px;
	width:245px;
}
input.btn-resultado {
	width:223px;
	height:33px;
	background:#fff;
	margin:10px 0 0 30px;
	padding:0;
	font-size:12px;
	color:#6f789b;
	font-weight:bold;
	cursor:pointer;
}
input.btn-resultado:hover { background:#ccc; }
input.btn-votar {
	width:223px;
	height:33px;
	background:#fff;
	margin:0 0 0 38px;
	padding:0;
	font-size:12px;
	color:#6f789b;
	font-weight:bold;
	cursor:pointer;
}
input.btn-votar:hover { background:#ccc; }
