.anquete{
	
}

.anquete .question{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.anquete .voteBar{
	border: 1px solid Gray;
	background-color: red;
	background-image: url(../imgs/vote_bar_bg_red.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 10px;
	font-size: 8px;
}


.anqueteLayout{
	margin-bottom: 10px;
	
}

.anqueteLayout td{
	/*border: 1px solid silver;*/
}

.anquete .voteHref, .anquete .voteHref:hover{
	font-size: 0.8em;
	color: #333333;	
	text-decoration: none;
}

.anquete .voteHref:hover{
	text-decoration: underline;
}

.anquete .numberOfVotes{
	font-size: 10px;	
}
