/* CSS - Page - Polls */

#page_polls {
}


.poll_left {

	float:left;
	width:47%;
	
}

.poll_right {

	float:right;
	width:47%;
	
}

.poll_row {

	overflow:hidden;
	border-bottom:1px; 
	border-bottom-style:dashed; 
	border-bottom-color:#CCCCCC; 
	padding-bottom:10px; 
	margin-bottom:10px; 
	
}
