.poll .graph {
  	position: relative;
}
.poll .bar-title {
  	position: relative;
  	line-height: 20px;
  	height: 20px;
  	text-align: left;
	clear: both;
	border-top: 1px solid #CCCCCC;
}
.poll .bar-title.last {
	border-bottom: 1px solid #CCCCCC;
}

.poll .bar {
	position: absolute;
	display:block;
	top: 0;
	left: 0;
  	height: 20px;
	background: #EF8525;
	background: -webkit-gradient(linear,left top, right top,from(#EF8525),to(#FFFFFF));
	background: -webkit-linear-gradient(left,#EF8525,#FFFFFF);
	background: -moz-linear-gradient(left,#EF8525,#FFFFFF);
	background: -o-linear-gradient(left,#EF8525,#FFFFFF);
	background: linear-gradient(left,#EF8525,#FFFFFF);
}
.poll .bar-label {
	position: absolute;
	top: 0;
	left: 10px;
	font-weight: bold;
}
.poll .bar-container {
  	position: absolute;
  	top: 0;
	right: 10px;
}

.poll .poll-results p { text-align: left;}

.poll dl.zend_form dd, fieldset dl dd {
	float: none;
	width: 90%;
}
.poll #submitPoll-label {display: none;}
.poll #submitPoll-element {
	width: 100%;
	text-align: center;
}

.poll {
    background-color: #FFFFFF;
    border: 1px solid #EF8525;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0 4px;
}
/*
     