body {
	padding: 0;
	margin:0;
	margin-top:10px;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height:1.3;
	background-color:#FFF;
	color: #000;
	text-align:left;
}

#poll {
	width:400px;
	margin:0 auto;
	border:4px solid #225599;
	background-color:#FFFFEE;
	padding: 5px;	
}

span.answer {
	font-size:14px;
	text-align:left;	
	padding-right:10px;	
	display:block;
}
	
.question 
{
	
	font-size:21px;
	text-align:center;
	margin:0 auto;
	padding:0;
	padding-top:5px;
	display:block;
}

.graph {
	position: relative;
	width: 90%; 
	border: 1px solid #B1D632; 
	padding: 2px; 
	margin-bottom: 15px;
	margin-top:8px;	
	margin: 8px 0 20px 10px;
	background-color:#FFFFFF;				
}

.graph .bar { 
	display: block;	
	position: relative;
	background: #B1D632; 
	text-align: center; 
	color: #333; 
	height: 2em; 
	line-height: 2em;									
}
				
.graph .bar span  /* This extra markup is necessary because IE doesn't want to follow the rules for overflow: visible */
{
	position: absolute; 
	left: 1em; 
	font-family: Verdana, Arial, Sans-Serif; 
	font-size:14px; 
	font-weight:bold;
}

.percent {
	background-color:#EFEFEF;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	border: 1px solid #999999;
	text-align:center;
}

.total 
{
	font-weight:bold;
	text-align:right;
}

.radiolist 
{
	font-size:14px;
}

#rblAnswers 
{
	width:100%;
}

hr 
{
	margin:5px 0;
	padding:0;
	border: none 0;
	border-top: 1px dotted #000;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.vote
{
	margin:0;
	padding:0;
	/*background-color:#EFEFEF;*/
}

.validator 
{
	margin-left:10px;
}

.readerpoll 
{
	font-size:24px;
	text-align:center;
	margin-bottom:0;
}

.center 
{
	text-align:center;
	padding-top:8px;
}
