/*Poll Styles*/
#poll{
	position: relative;
	top:0px;	
	width:250px;
	left:0px;
	background-image:url(/images/polls/poll-middle.gif);
	background-repeat:repeat-y;
	z-index:6;
	margin-bottom:5px;
}

.poll-bottom{
background-image:url(/images/polls/poll-bottom.gif);
background-repeat:no-repeat;
height:35px;
}

.poll-title{
font-family:Arial, Helvetica, sans-serif;
color:#0000AA;
font-size:10px;
padding-right:0px;
margin-left:0px;
padding-top:20px;
text-align:center;
}

.poll-percent{
color:#AAAAAA;
font-size:10px;
text-align:left;
padding-left:3px;
}

.poll-option{
color:#000099;
font-size:11px;
}

.poll-inner-table{
width:120px;
margin-left:30px;
border: 0px none #FFFFFF;
clear:both;
}

.poll-total-votes{
color:#0000AA;
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:30px;
}