

#votes_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 13px;
	_margin-top: 5px;
	padding-bottom: 15px;
}

#votes_box h1 {
	margin: 0px;
	padding: 0px;
}

#votes_box .box_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFFFF;
	clear: both;
}

#votes_box .vote_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#EEEEEE;
	clear: both;
	margin-bottom: 5px;
}

#votes_box .vote_item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #EEEEEE;
	-moz-box-sizing: border-box;
}

.result_vote_item td {
    border-bottom: 1px solid #666666;
	padding: 3px;
}
