#poll-container {
	width:100%;
	/*border:1px solid #000;*/
}

#poll-container input {
	padding:0;
	margin:0;
	/*border:1px solid #000;*/
	
}


/* Bar Graphs */
.graph {
  width: 205px;
  position: relative;
  right: 0px; /* 30 */
}
.bar-title {
  position: relative;
  float: left;
  width: 104px;
  line-height: 10px;
  margin-right: 10px; /* 17 */
  font-weight: normal;
  text-align: right;
  font-size:10px;
}
.bar-container {
  position: relative;
  float: left;
  width: 80px;
  height: 10px;
  /*margin: 0px 0px 15px;*/
  margin: 0px 0px 12px 0px;
  
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results p {
  text-align: center;
}

