#poll-container {
	border: 1px solid black;
	padding: 0px 5px 5px 5px;
	margin: 5px;
	display:table; 
}

#poll-container td, #poll-container th, #poll-container table  {
	border:none;
	padding-top: 0px;
}

#poll-container .poll_question  {
	font-weight: bold;
}

#poll-container .poll_radio  {
	width: 10px;
}

#poll-container h3 {
	align: center;
	font-weight: bold;
	margin-top: 0px;
}

/* Bar Graphs */
.graph {
  width: 250px;
  position: relative;
  right: 30px;
}
.bar-title {
  position: relative;
  float: left;
  width: 104px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 110px;
  height: 10px;
  margin: 0px 0px 15px;
}

.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;
}