#vPollWindow {
  background-color: #919186;

  /* Copied from YUI fonts-min.css */
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;

  margin: .5em; /* Add some whitespace around the separate window contents */
}

#vPollWindow .clearing {
  clear: both;
  height: 0;
}

.leftBox {
  color: #fff;
  font-size: .85em;
}

.leftBoxBottom {
  padding: 8px;
}

.leftBox h4 {
  background-color: #430870;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
}

#vpoll #pollTopic {
  border-bottom: 1px dashed #fff;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0 5px 5px;
}

#vpoll ul {
  margin: 0;
  padding: 0 5px;
}

#vpoll li {
  clear: left;
  list-style: none;
  overflow: hidden;
  padding: 0;
}

#vpoll p, #vpoll li {
  margin: .5em 0;
}

#vpoll li input, #vpoll li label {
  float: left;
}

#vpoll li label {
  padding-left: 5px;
  width: 135px;
}

#vpoll a {
  color: #fff;
  text-decoration: underline;
}

#vpoll #voteButton, #vpoll #totalVotes {
  text-align: center;
}

#vpoll .percentText {
  float: right;
}

#vpoll .graph {
  background: #666 url(/vimages/L9/vpoll_bg.gif) repeat-x scroll left top;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: block;
  height: 9px; /* graphic height - needed to clip left/right border */
  overflow: hidden;
  width: 70%;
}

#vpoll .graph span {
  background: #666 url(/vimages/L9/vpoll_fg.gif) repeat-x scroll left top;
  display: block;
  overflow: hidden;
}

