/* Bar Graphs */
#poll-container  {
	width:  500px;
	margin: 0 auto;
}

input[type=submit] {
	margin:  10px 0 0 0;
}

.graph {
  width: 500px;
  right: 30px;
  margin:  0 auto;
}

.bar-title, label {
  position: relative;
text-shadow: 0px 2px 0px #ffffff;
font-family: "museo-slab",serif;
font-style: normal;
font-weight: 500;
color: #737373;
margin:  0 0 10px 0;
font-size: 18px;

  

}
.bar-container {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 0 20px 0;
  
  
}

.bar-container div {
  height: 30px;
  -webkit-border-radius: 6px;
      
      border-radius: 6px;
      	border-bottom:  1px solid white;
      	
      	text-shadow: 0px 2px 0px #ffffff;
      	font-family: "museo-slab",serif;
      	font-style: normal;
      	font-weight: 500;
      	color: #737373;
      	font-size: 14px;
      	padding-left: 10px;
      	padding-top:  8px;
      
}

.bar-container strong {
	display: none;
	visibility: hidden;
	
}

.bar-container div#bar1 {
	background: #ffa2e6 url(../img/baroverlay.png) center center no-repeat !important;		
}
.bar-container div#bar2 {
	background: #6ecfe6 url(../img/baroverlay2.png) center center no-repeat !important;	
}

.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}
#poll-results {
width: 500px;
margin:  0 auto;
  text-align: left;
}