	.poller{
		font-size:0.8em;
        font-face:tahoma;
		margin:0px;
		padding:0px;
  		float:right;
		width:150px;
		height:220px;		
		padding:10px;
		margin:0px;
	}

	.pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
	}

	.pollerOption{
		margin:0px;
	}

	.result_pollerOption{
		margin:0px;
		font-size:0.8em;
	}

	.result_pollerTitle{
		margin-bottom:3px;
		font-weight:bold;
		font-size:0.9em;
	}
    .result_pollGraph img{
		float:left;
	}

	.result_pollGraph div{
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{
		height:16px;
	}

	.poller_waitMessage{
		display:none;
	}	

	.result_totalVotes{
		clear:both;
		font-size:0.8em;
		margin-top:10px;
		font-style:italic;
	}