/* SilvaPoll specific CSS selectors */

div.poll {
  width: 516px;
  background-color: #ececec;
  padding: 18px;
  margin: 0;
  border-style: solid;
  border-color: #B5B5B5;
  border-width: 1px;
}

h3.poll_question, h3.poll_result, h4.poll_result {
/*  font-size: 12px; */
  margin-top: 0px;
/*  margin-bottom: 20px; */
/*  line-height: 14px; */
/*  font-weight: bold; */
}

h4.poll_result {
  border: none;
}

div.poll_answers {
  padding:0.3em 0 0.3em 0;
  clear: both;
  border-style: solid;
  border-color: #B5B5B5;
  border-width: 0 0 1px 0;
}

span.poll_radio, span.poll_radio_last {
  width: 25px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 3px 0 3px 0;
}

span.poll_label, span.poll_label_last {
  height: 26px;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 3px 0 3px 10px;
}

div.poll_result_line {
  height: 40px;
  padding: 8px;
  margin-bottom: 8px;
  background-color: #ffffff;
}

div.poll_result_label, div.poll_result_label_last {
  float: left;
  width: 380px;
  height: 40px;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

div.poll_result, div.poll_result_result_last {
  float: right;
  width: 120px;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

div.poll_bar_outer {
  text-align: right;
  height: 10px;
  width: 100px;
  border: 1px solid #B5B5B5;
  padding: 0;
  margin: 0 0 3px 0;
}

div.poll_bar {
  height: 10px;
  background-color:#979797;
}

div.poll p {
  padding-bottom: 0;
  margin-bottom: 0;
}

input.poll {
  margin: 0;
  padding: 0;
}

input.poll_submit {
  color:#979797;
  display:block;
  margin-top:2em;
  border:none;
}
