@charset "utf-8";
/*.pollblok {
	clear:both;
	height:auto;
	overflow:auto;
	margin:0px;
	padding:0px;
}
*/
#poll{
margin:10px 0 10px 0;
}

#poll td{
padding:3px;
}
#pollblok{
height:auto;
width:145px;
font-size:11px;
margin-bottom:5px;
margin-left:5px;
}

html>body #pollblok{

}

.pollvraag{
padding:2px 0 0 4px;
font-weight:bold;
}

.polltekst{
padding:2px 0 0 4px;
font-weight:normal;
}

.pollform {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}

.pollantwoord {
	height:auto;
	width:140px;
	overflow:hidden;
	margin: 3px 0px 10px 0px;
	border-bottom:1px solid #eeeeee;
}

.pollantwoord .antwtekst{
	width:130px;
	/*height:14px;*/
	height:auto;
	margin: 0px;
	padding: 2px 0px 1px 0px;
}

.pollsubmit {
	margin:0px 0px 0px 5px;
	padding:0px;
	
}
.pollsubmit img{
border:1px solid #FFFFFF;

}

.submit_poll{
padding:1px;
background-color:#2B72AA;
border-style:none;
border:#ccc 1px solid;
color:#fff;
margin-bottom:5px;
width:45px;

}

.pollsubmit a{background-color:#996699;}
.pollsubmit a:hover{background-color:#990066;}

.polluitslag {
padding-top:5px;
padding-bottom:15px;
margin-bottom:10px;
height:auto;
width:150px;
font-size:11px;
}

.pollbalk {
	height:15px;
	overflow:auto;
	width:100px;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg-poll.gif);
	float:left;
}

.pollpercentage {
	font-size:10px;
	height:15px;
	width:auto;
	overflow:hidden;
	float:right;
}

