
	#agdPoll table{
		position: absolute;
		top: 30px;
		margin: 0 10px;
		width: 286px;
		float: none;
		clear: both;
		line-height: 1.4em;
		text-align: left;
		padding: .3em;
	}
	
	#agdPoll td{
		position:relative;
		font-size:1em;
	}
	#agdPoll tfoot td {
		position:relative;
		border-top: solid 1px #999999;
		font-size: x-small;
		text-align: center;
		padding: 0.5em;
		color: #666666;
	}
	
	.pollresultbar{
		border-left:1px solid #004080; 
		font-size:x-small;
		height:0.4em;
		padding-right:0.5em;
		position:relative;
		text-align:right;
	}
	.pollresultbar div{
		background-color:#004080;
		border-bottom:2px solid #002266;
		border-top:2px solid #0077DD;
		color:white;
		float:left;
		height:0.3em;
		padding-top:0;
		position:relative;
		text-align:right;
	}
	