@CHARSET "UTF-8";
.poll-option-graph{
    /*background-color : #f0a150;*/
}
.poll-container,.poll-wrapper,.poll-answers,.poll-option,.poll-result-option,.poll-result-wrapper  {
	float: left;
	width: 100%;
}
.poll-bottom {
	float: right;
	width: 100%;
	text-align: right;
	font-family: 'HollandSans-Bold';
	font-size: 14px;
}
.poll-sub-title {
	font-family: 'HollandSans-Bold';
	color: #FF6600;	
	font-size: 14px;
}
.poll-container {
	margin: 20px 0;
}
.poll-title {
	color: #fff;
    text-align: center;
    background: #FF6600;
    font-family: 'HollandSans-Bold';
    font-size: 20px;
    margin-bottom: 18px;
    padding: 5px 0;
}
.poll-question {
	font-family: 'HollandSans-Bold';
    font-size: 18px;
    margin-bottom: 18px;
}
.poll-option {
	margin-bottom: 5px;
}
.poll-result-option  {
	margin-bottom: 10px;
}
.poll-option .user-option {
	float: left;
	width: auto;
}
.poll-option-label {
	width: auto;
	float: left;
}
.poll-bottom #poll-vote {
	background: #FF6600;
	color: #fff;
	border:none;
	padding: 5px 20px;
	font-family: 'HollandSans-Bold';
    font-size: 18px;
    border-radius: 5px;
}
.poll-option-label {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.wrap-poll-option-graph {
	width: 100%;
	background: #f9ddc2;
	margin: 4px 5px 0 0;
	float: left;
	position: relative;
}
.poll-percent {
	position: absolute;;
	left: 48%;
}
.poll-option-graph {
	height: 30px;
	display: block;
	background: #FF6600;
	text-align: center;
	padding: 5px 0;
}
.poll-option-vote {
	float: right;
}