#poll{
	background:url(../images/poll-bottom.gif) no-repeat bottom left;
	float: right;
	width: 210px;
	text-align: left;
	color: gray;
	padding: 0px 0 15px 0;
	margin: 5px 0 0 0;
}

#poll-inner{
	background:url(../images/poll-top.gif) no-repeat top left;
	padding: 10px 0 0 0;
}

#poll h3{
	padding: 5px 15px 0 15px;
	color: #000066;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}

#poll form{
	height: 75px;
	overflow: hidden;
	margin: 0 15px 10px 15px;
	padding: 15px 0 5px 0;
}

#poll input{
	margin: 0px 10px 10px 10px;
	clear: left;
}


#poll .button-small{
	clear:both;
	float: right;
	margin: 0px 15px 0 0;
}

#poll .radio{
	float: left;
	clear: left;
	display: inline;
	margin: 0px 10px 10px 10px;
}

#poll label{
	float: left;
}

#poll a{
	color: #000066;
	text-decoration: none;
	margin: 0 0 0 15px;
float: left;
	padding: 10px 0;
}

.graph {
  width: 180px;
  margin: 10px 15px 0 15px;
}

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

.bar-container div {
  background-color:#000066;
  height: 20px;
  float: left;
}
.bar-container strong {
  float: right;
 
}

#poll-results, #poll-results2, #poll-results3{
	background:url(../images/poll-top.gif) no-repeat top left;
	padding: 10px 0 0 0;
}

#bar1{
	background:#000066; 
}

#poll p{
	width: 150px;
	float: left;
	clear: left;
	margin: 0 0 0 15px;
}
