#poll{
	width: 290px;
	color: #333333;
	padding:15px;
	font-family:Arial;
}
#poll a:link, #poll a:visited, #poll a:active{
	color: #777;
	font-weight: bold;
	text-decoration:underline;
}
#poll a:hover{
	color:#CC0000;
}
#poll input{
	font-size: 11px;
}
#poll .question{
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin-bottom: 10px;
	text-transform:uppercase;
}
#poll .left{
	float: left;
}
#poll .right{
	float: right;
}
#poll #footer{
	height: 25px;
	font-family:Verdana;
	font-size:11px;
	margin-top: 10px;
}
#poll .button{
	background:transparent url(vote.gif) no-repeat scroll 0 0;
	float:right;
	height:23px;
	margin:0 20px 0 0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	width:50px;
	border: none; cursor:pointer;
}
#poll .button:hover{
	background:transparent url(vote.gif) no-repeat scroll 0 -24px;
}
#poll label{
	display: block;
	font-size: 12px;
	padding: 7px 0px 9px 0px;
}
#poll .barempty{
	height: 12px;
	background-color:#CCC;
	width: 270px;
}
#poll .barfull{
	height: 12px;
	width: 270px;
	background-image: url(bar.gif);
	background-repeat: repeat-x;
}
#poll #footer a{
	float: left;
}