#box_poll {}

.poll span.poll_question { color: #fff; font-size:11px;;}

.poll label { display: block; border-bottom: 1px solid #ddd; padding: 4px 0px;}

.poll label img { vertical-align: middle;}

.poll div.button_holder { height: 20px; padding: 5px 0;}

.poll div.button_holder a { color: #f1f1f1; text-decoration:none; float:left; display:inline-block; margin-top:5px;}

.poll div.button_holder input { float: right; padding:0; margin:0;}

/*** Poll page ***/

.poll_box_holder { background: #eeeeee; border-bottom: 1px solid #dddddd; margin: 12px 0px; padding: 6px;}

.poll_box_header { border-bottom: 1px solid #dddddd; margin-bottom: 6px; padding-bottom: 4px;}

.poll_box_header span { color: #666666;}

.poll_line {
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 98%;
	overflow: hidden; /*** if used, needs to be hidden because of Opera ***/
}

.poll_line img { vertical-align: middle;}

.poll_answer_title {
	text-align: right;
	padding: 0px 3px 2px 0px;
	display: block; 
	float: left;
	width: 46%;
	font-size: 11px;
	color: #555555;
	font-weight: bold;
}
