/* MASTER POLL STYLES CSS FILE*/#poll{
	font-family:Arial, Helvetica, sans-serif;
	width:230px;
}
.poll-bottom{	/*background:url(../images/polls/poll-bottom.gif) no-repeat;*/
	height:25px;
}
.poll-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	font-weight:bold;
	padding-right:20px;
	padding-left:2px;
	padding-top:10px;
	text-align:center;
}
.poll-percent{
	color:#AAAAAA;
	font-size:10px;
	text-align:left;
	padding-left:3px;
}
.poll-option{
	font-size:11px;
}
.poll-inner-table{
	width:202px;
	margin-left:5px;	clear:both;
	border: 0px none #FFFFFF;
}
.poll-total-votes{
	color:#277298;
	font-size:12px;
	text-align:center;
}
.poll-total-votes-number{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}
.poll-form{
	margin:0px;
}
.poll-submit{
	margin-left:4px;	clear:both;
}