.poll-container {
	margin-right: auto;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 17px;
	text-align: left;
}
#header {
	width: 100%;
}
.spacer {
	width: 100%;
	height: 15px;
}

.poll_message {
  width: 200px;
  height: 180px;
  display: table;
  vertical-align: middle;
  padding-top: 10px;
  color: #ca0d3a;
}

/* Bar Graphs */
.graph {
  width: 250px;
  right: 30px;
}
.bar-title a {
  position: relative;
  width: 104px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  text-align: left;
  color: #656361;
  font-size: 12px;
}
.bar-container {
  position: relative;
  float: left;
  width: 210px;
  height: 10px;
  margin: 0px 0px 7px;
}

.bar-container div {
  background-color:#cc4400;
  background: url(/uws_templates/default/graphics/menu_bg.jpg) repeat-x;
  height: 14px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results {
  text-align: center;
}
#poll-title h3 {
	color: #ca0d3a;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
.poll_message {
	color: #ca0d3a;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
}