#vote_wrapper {
	overflow: auto;
	padding: 0;
	margin-bottom: 12px;
	background-color: #F8F7F2;
	padding: 4px;
}
#vote_wrapper img {
	float: right;
	margin: 0;
	margin-top: 8px;
	margin-right: 8px;
}


#vote_form {
	background-color: #fff;
	width: 240px !important;
	float: left;
	margin-left: 8px;
}
#vote_form input {
	width: auto !important;	
}
#vote_form h2 {
	border-bottom: solid 1px #eee;
	margin-top: 4px;
	margin-bottom: 4px;	
}
#vote_form p {
	margin-top: 0;
}
#vote_form ul {
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;	
}
#vote_form li {
	margin: 8px;
}
#vote_form input.radio {
	margin: 0;	
	margin-right: 8px;
	/*border: solid 1px red;*/
}
#vote_form label {
	text-align: left !important;
	width: 80px !important;
	margin-bottom: 8px !important;
}
#vote_form input.text {
	width: 220px !important;
}
#vote_form input.button {
	margin: 0;	
}
#vote_form textarea {
	width: 220px !important;
}
#vote_form input.button {
	margin: 0;	
}


#results {
	width: 80%;
	overflow: auto;
	padding: 1em;
	background-color: #eee;
	color: #ffffff;
	margin-left: 10%;
}
#results h2 {
	color: #660000;
	margin: 0;
}
#results p {
	color: #333;
	clear: both;
}
.results_chart {
	float: left; 
	width: 80%;
	font-weight: bold;
	background-color: #333;
	margin: 0;
	padding: 0;
margin-left: 10%;
	border-top: solid 1px #cccccc; 
	list-style-type: none;
}
.results_chart li {
	position: relative;
	display: block;
	height: 24px;
	border-bottom: solid 1px #cccccc;  
}
.results_chart .bar {
	position: absolute;
	left: 0;
	top:0;
	display: block; 
	background-color: #660000;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	height: 100%;
}
.results_chart .text {
	position: absolute;
	left: 0;
	top:0;
	padding: 0.25em;
}
.results_chart .percentage {
	position: absolute;
	right: 0;
	top:0;
	padding: 0.25em;
}
