#poll_res {
	margin-top: 0px;
	padding-bottom: 10px;
	width: 93%;
}
#poll_res p {
	margin: 0;
	font-weight: normal;
}

.error {
	color: red;
	margin: 0;
	margin-top: -10px;
}

.success{
	color: #1a4720;
	margin: 0 0 10px 0;
	padding: 0;
}
/*
.loading{
	width: 16px;
	height: 16px;
	background: url(../imgs/spinner.gif) no-repeat 0 0;
	display: none;
	margin-top: -10px;
	padding-bottom: 10px;
}
*/
.clear{
clear: both;
}

.graphcont {
color: #000;
float: left;
}

.graph {
float: left;
position: relative;
width: 254px;
background: #bbb;
}

.graph .bar {
display: block;
position: relative;
background: url(../imgs/bargraph.gif);
background-position: right center;
background-repeat: repeat-x;
text-align: center;
color: #fff;
height: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px !important;
line-height: 1.5em;
padding: 5px 0;
}

.graph .bar span {
position: absolute;
left: 1em;
}