.poll  {
	font-size: 11px;	
	background: url('../images/polls_bg.gif') top center no-repeat;
	padding: 20px;
	color: #fff;
	font-weight: bold;
}


.poll form{
	margin: 0;
}

.poll_radio{
	float: left;
	clear: left;
}

.poll_vote{
	clear: both;
	
}

.poll .poll_question{
	display: block;
	padding-bottom: 15px;
}

.poll form div{
	border-top: 1px solid #5F99FF;
	border-bottom: 1px solid #5F99FF;
	background: #0a7ab2;
	padding: 3px 5px;
	margin: 2px 0 ;
}