#poll-container{
	width:180px;
	float:left;
	margin:0 0 15px 0;
	padding:10px;
	clear:both;
	position:relative;
	background:url(../public/css/black2.png) top repeat-x #000;
	height:340px;
	position:relative;
	display:block;
}
/* Bar Graphs */

.bar-title {
  position: relative;
  float: left;
  width: 180px;
  line-height: 20px;
  margin-right: 0px;
  font-weight: 100;
  text-align: left;
}
.bar-container {
  position: relative;
  float: left;
  width: 180px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -2px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  text-align: center;
}