﻿.polls-wrap{
	/*width: 500px;*/
}

.polls {
	min-height: 280px;
	margin-bottom: 25px;
	background: #efebe8;
}

.poll-container{
	padding: 15px;
	position: relative;
	vertical-align: top;
}

.poll-question{
	font-size: 18px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.poll-answers ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.poll-answers ul li {
	font-style: normal;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
	width: 100%;
	height: auto;
}

.poll-answers ul li input {
	margin: 0px;
	float: none;
}

.poll-answers ul li label {
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	float: none;
}

.poll_results_wrap{
	width: 100%;
	height: 35px;
	background: #fff;
}

.poll_results_bar{
	background-color:#68B480;
	border-style:solid; 
	border-width:0px; 
	border-color:#e9e9e9;
	height: 100%;
}

.separatist{
	border: 1px solid #ddd;
	width: 50%;
}