@CHARSET "UTF-8";

.poll_answer_percentage {
	font-size:0px; line-height:18px; height:18px; background: #666; border:1px solid #000; margin-left: 5px;
}

.poll_block_answer_percentage {
	font-size:0px; line-height:18px; height:8px; background: #666; border:1px solid #000; margin-left: 5px;
}

.poll_block_answer_title {
	font-size: 12px;	
}

.poll_block_answer_numbers {
	font-size: 12px;	
}

.poll_results_total {
	margin: 5px;	
}

.poll_navigation {
	display:inline-block;	
	width:100%;
	margin-top: 10px;
}

.poll a {
	text-decoration: none;	
}

.poll_button {
	margin-left: 10px;
	margin-right: 10px;
}

.poll_answer_title {
	font-weight: bold;
}
.poll img{
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

.poll div{
	margin-left: 5px;
}

table.poll {
	width: 100%;
	margin-top: 10px;
}

tr .poll .even{
	background-color: #fff;
}

tr .poll .odd {
	background-color: #f8f8f8;
}
