/* poll styles ---------------------*/
div.poll {
  margin-bottom: 1.5em;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ffa12d;
  padding-bottom: 3em;
  background: white url(/resources/dyn/files/155913/_fn/poll_bg.gif) repeat-x bottom left;
}
.ieonly div.poll,
.ieonly .poll_actions button {
  font-size: .95em;
}
div.poll_question,
div.poll_results {
  padding: .2em;
}
form.back,
form.poll_form,
.poll div.question,
.poll div.result,
div.response_invalid,
div.response_submitted {
  padding: 0 .5em;
}
div.response_invalid,
div.response_submitted {
  font-weight: bold;
}
.poll div.result,
.poll div.question p,
.poll div.option {
  margin-bottom: .5em;
}
.poll h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 1em;
  color: white;
  padding: .5em;
  background: url(/resources/dyn/files/155914/_fn/poll_heading.gif) repeat-x top left;
}
.poll .heading {
  font-size: 1em;
  margin: 0;
}
.poll div.poll_actions {
  margin: 1em 0;
}
.ieonly .poll div.poll_actions {
  margin: 1em .5em;
}
div.result_bar,
div.result_header {
  width: 100%;
  overflow: hidden;
  clear: both;
}
div.total_bar {
  border: 1px solid #ddd;
  background-color: white;
  height: 15px;
}
div.percent_bar {
  background-color: #E98F0E;
  height: 100%; 
}
span.option_text,
span.result_data {
  display: block;
  margin: 0px;
}
span.option_text {
  float: left;
}
span.result_data {
  float: right;
}
.poll_actions span {
  display: block;
  float: left;
  margin-bottom: .5em;
  border: none;
  background: url(/resources/dyn/files/155899/_fn/button_left.gif) no-repeat top left;
}
.poll_actions button {
  padding: .25em 0 .5em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 0;
  font-size: 11px; /* pixels for buttons*/
  background: url(/resources/dyn/files/155901/_fn/button_right.gif) no-repeat top right;
}
.poll_actions .submit_response button {
  width: 11em;
}
.poll_actions .view_results button,
.poll_actions .view_poll button {
  width: 9em;
}
#ie7only .poll_actions .submit_response button,
#ie6only .poll_actions .submit_response button {
  width: 11em;
}
#ie7only .poll_actions .view_results button,
#ie6only .poll_actions .view_results button,
#ie7only .poll_actions .view_poll button,
#ie6only .poll_actions .view_poll button {
  width: 9em;
}

.poll_actions button:hover {
  color: #666;
}


