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


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

.poll-title{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
color:#d37d29;
font-size:12px;
padding-right:45px;
margin-left:33px;
padding-top:0px;
text-align:center;
}

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

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

.poll-inner-table{
width:150px;
margin-left:10px;
}

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

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

.poll-form{
margin:0px;
}

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