﻿
.poll-box
{
	/*background: #C3C4C7; */
	/*padding: 10px; */
	/*width: 250px;*/
}
.poll-question
{
    font-size:12px; 
    color:#000;
	/*background: #000F00; 
	color: White; 
	border:solid 1px white; 
	padding:5px;*/
	margin-bottom:10px;
	text-align:left;
}

.poll-total
{
	color:Black; 
	text-align:center; 
	font-size:12px;
}
.poll-result
{
	font-size:12px; 
	padding-left:4px; 
	color:#8F969C;
}
.poll-chart
{
	background: #ECF2F2; 
	padding: 0px 2px 6px 2px; 
	height: 15px; 
	overflow: hidden; 
	vertical-align: middle;
	margin-bottom:2px;
}
.submit
{
     width:60px;
      height:20px;
       float:left; 
       border:1px solid #fff; 
       text-align:center; 
       border-radius:5px; 
       margin:0px 0 0 5px; 
       font-family:Tahoma;
       font-size:11px; 
       color:#fff; 
       text-decoration:none; 
       background:#0a5b7b; 
       cursor:pointer;
}

span.radio
{
    vertical-align:5px;
}
p.voting
{
    line-height:30px;
    padding-right:15px;
    color:#000;
}


