/*Poll Styles*/
#poll{
	position: relative;
	top:5px;	
	width:204px;
	left:0px;
	background-color:#2c2c2c;
	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:33px;
}

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

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

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

.poll-inner-table{
width:180px;
margin-left:15px;
border: 0px none #FFFFFF;
}

.poll-total-votes{
color:#fff;
font-size:12px;
text-align:center;
}

.poll-total-votes-number{
color:#FCC12F;
font-size:12px;
font-weight:bold;
}

.poll-form{
margin:0px;
}

.poll-submit{
margin-left:30px;
}