.enquete {
	position: relative;
	display: block;
	border: solid 1px #CCE4FF;
	overflow: hidden;
	height: auto;
	clear: both;
	padding: 10px 8px;
}

.enquete span {
	font: normal 12px arial;
	color: #333;
	display: block;
	padding-bottom: 5px;
}

.enquete p.opcao {
	font: normal 12px arial;
	color: #333;
	padding: 4px 0;
	bakcground: red;
}

.botoesenquete {
	clear: both;
	position: relative;
	display: block;
	padding-top: 15px;
}

.botoesenquete a {
	padding: 2px 10px;
	overflow: hidden;
	width: 40px;
	text-align: center;
}

.botoesenquete a:hover {
	text-decoration: none;
}

@media all and (min-width: 0px) {

	.enquete{
		top: 1;
		z-index: 0;
		width: 87%;
	}
	
	#direita div.abas-da-caixa a.selected{
		z-index: 1000;
		border-bottom: solid 1px red;
	}

}
