body {
	background: #dcdcdc url(../imagens/enquete_new/bg-enquete.gif) repeat-x 0px -20px;
}
#tudo {
	margin-left: -100px;
	margin-top:5px;
	position:absolute;
	left:50%;
}
.pergunta {
	font-weight:bold;
	width:245px;
	margin: 5px;
}
.controles {
	vertical-align:middle;
	margin: 10px 2px;
	width:275px;
	text-align:center;
}
.results {
	height: 250px;
	width: 275px;
	position: relative;
	margin-left:3px;
}
.answer-text {
	clear: both;
	display: block;
	height: 15px;
}
.answer-text-question {
	width:74%;
	display:block;
	float:left;
}
.answer-text-percent {
	width:13%;
	display:block;
	float:left;
	text-align:right;
	clear:right;
	margin-right:13px;
}
.answer-bar-border {
	/*border: 1px solid #000099;*/
clear:both;
	display:block;
}
.answer-bar-bg {
	width: 0%;
	height:10px;
	background-color: #0000CC;
	border: none;
	display:block;
	font-size:1px;
	background-image:url(../imagens/enquete_new/results-bg.gif);
	background-repeat:repeat-x;
}
