td
{
	font-family: arial;
	font-size: 12px;
	color: white;
}
.pollTable
{
	margin-left: 0px;
}
.PollVraag
{
	color: #f0c04e;
	text-align:left;
	font-weight: bold;
}
.PollUitslag
{
	text-align:center;
	background-color: gray;
	color: white;
}
.pollOptionTD
{
	background-color: Aqua;
	color: white;
}
.pollOption
{
	border:2px solid;
	color: white;
	background-color: red;
}
.pollOn
{
	background-color: red;
	height:8px;
	font-size:1px;
	border:0px;
}
.pollOff
{
	
	height:8px;
	font-size:1px;
	border:0px;
}
.pollStemAantal
{
	text-align:center;
	font-size:10px;
}
.pollBekijkResult
{
	text-align:center;
}
a.pollBekijkResult:link,a.pollBekijkResult:visited
{
	color: #fff;
	font-size:10px;
	text-decoration:underline;
}
a.pollBekijkResult:active,a.pollBekijkResult:hover
{
	color: #f0c04e;
	font-size:10px;
	text-decoration:none;
	background-image: none;
}
.pollSubmit
{
	border:1px solid;
}
