
#poll{
	font-size:95%;
	color:#ccc;
	float:none;
	width:70px;
	padding:10px 5px 0 30px
	}

#quest{
	 font-weight:bold;
	 color:#000000;
	 padding:0 30px 0 30px
	}

#poll span{

	line-height:160%;
	color:#000000;
	font-weight:normal;
	}

#poll span.answer{
	font-weight:normal;
	padding:0 0 0 30px;
	}

#poll a:link, #poll a:visited{
	text-decoration:underline;
	height:20px
	}
#poll a:hover{
	text-decoration:underline;
	}
a.green:link, a.green:visited, a.green:hover{
	color:#3a7204;
	}
a.yellow:link, a.yellow:visited, a.yellow:hover{
	color:#cba100
	}
a.blue:link, a.blue:visited, a.blue:hover{
	color:#003366
	}
a.orange:link, a.orange:visited, a.orange:hover{
	color:#ff6600
	}
.bar{
	font-size:0px;
	background:#fff4e0;
	height:10px;
	width:100px;
	clear:both
	}

	.bar img{

	height:10px;
	float:left

	}