﻿body {
}
.poll-box
{
direction:rtl;margin-top:-20px
}
.poll-question
{
	color: #094A70;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.poll-total
{
	border-style: none;
	color: Black;
	padding: 5px;
	margin-bottom: 10px;
	text-align:right;
	text-transform: uppercase;
	font-size: 12px;
	direction: rtl;
}
.poll-result
{
	font-size:12px; padding-left:4px; 
}
.poll-chart
{
	padding: 0px;
	height: 10px;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 10px;
}
.submit
{
	border-style: none;
	background-image: url('../Images/voting-btn.png');
	background-repeat: no-repeat;
	width: 89px;
	height: 29px;
}

