/* Div rondom de poll */
.webpollContainer{
}
/* Div rondom de poll */
.webpoll{
	width				:100%;
}
.webpollQuestion{
	font-weight			:bold;
	padding				:10px 0 10px 0;
}
.wepollAnswerText{
	padding				:0 0 5px 0;
}
/* Div waarbinnen het percentage zweeft. */
.webpollPercentage{
	position			:relative;
	text-align			:center;
	width				:99%;
	z-index				:2;
	height				:15px;
	font-size			:10px;
}
/* 
	Vlak waarbinnen de antwoord resultaat komt. 
	Standaard zit hier een rand omheen
*/
.webpollAnswerBar{
	position			:relative;
	top					:-17px;
	width				:99%;
	height				:15px;
	border				:1px solid #666;
	text-align			:left;
	background			:#EDEDED;
}
/* Staaf die het aantal stemmen aangeeft voor antwoord 1 t/m 6. */
.webpollAnswerBarFill_1,
.webpollAnswerBarFill_2,
.webpollAnswerBarFill_3,
.webpollAnswerBarFill_4,
.webpollAnswerBarFill_5,
.webpollAnswerBarFill_6{
	height				:15px;
	background			:url(../img/pollbar.gif);
}
