/*Poll Styles updated:Nov 2009*/

#polls{
	font-family:"AvantGarde Bk BT";
	width:160px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(/images/polls/right_polls_head_bg.png);
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
}
#articles_header{
	font-family:"AvantGarde Bk BT";
	width:200px;
	float: right;
	text-align:center;
	margin-left: 5px;
	background-color:#000;
	font-weight:normal;
	font-size:18px;
	padding:5px;
	margin-bottom:5px;
	margin-top:5px;
}
	
.poll-title{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-top:30px;
	padding:5px;
	text-align:center;
	float:left;
	width:170px;
	margin-left:10px;
}
.poll-form{
	margin:0px;

}

.poll-bottom{
	height:auto;
	padding-top:5px;

}

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

}

.poll-option{
	font-size:12px;
	color:#a7b4c4;
	text-align:left;
	font-family:"Book Antiqua";
	
}

.poll-inner-table{
	width:150px;
	margin-left:30px;
	float:left;
	text-align:center;
}

.poll-total-votes{
	color:#a7b4c4;
	font-size:14px;
	font-family:"Book Antiqua";
	text-align:left;
	float:left;
	margin-left:10px;
	padding-bottom:5px;
}

.poll-total-votes-number{

	font-size:14px;
	font-weight:bold;
	font-family:"Book Antiqua";
	text-align:right;
}

.poll-submit{
	margin-left:70px;
	float:left;
	font-size:12px;
}

