h1 {
			border-top: 1px solid #EEEEEF;
			clear:both;
			padding-top:15px;
			}		
			
/* POLLS */

div.poll {
	float:left;	
	width:208px;
	height:auto !important;
	margin:10px 0px;
	font-size:11px;
	font-weight:bold;
	}
	
		div.pollHeader {
		padding:5px 10px;
		height:17px;
		font-size:14px;
		font-weight:bold;
		color:white;
		background:url("/images/header-poll.gif") no-repeat;
		
		}
		
		.pollTitle {
		float:left;
		}
		
		.pollPrev, .pollNext {
		float:right;
		padding-left:10px;
		}
		
		div.pollQuestion {
		background:#ededed;
		width:184px;
		padding:5px 11px;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
		}
		
		div.pollAntwoorden, div.pollStats {
			padding:5px 0px 0px 5px;
			min-height:73px;
			height:auto !important;
			width:201px;
			border-left:1px solid #cccccc;
			border-right:1px solid #cccccc;
		}
		
		.pollAntwoord {
		padding-bottom:10px;
		}
		
		.pollAntwoord input[type="radio"] {
			display:block;
			float:left;
			height:14px;
			width:20px;
		}
		
						
		.pollSubmit {
			padding:0px 10px 0px 0px;
			text-align:right;
		}
			
			input.SubmitButton {
			background: url(/images/bg_button.gif) no-repeat;
			border:0 solid white;
			cursor:pointer;
			height:20px;
			margin-left:7px;
			width:66px;
			}

		.pollAntwoordStat{
		  padding:5px 0px 0px 5px;
		  width:195px;
		 }

					
			.pollAntwoordBar {
			display: inline-block;
			background-color:#00559C;
			height: 12px;
 			max-width:60px;
			width:60px;
			}
		
		.archief {
		background:url("/images/footer-poll.gif") no-repeat;
		height:21px;
		padding:25px 0px 5px 0px;
		text-align:right;

		}
		