
  /*
   * Vote
   */

  #vote_container
  {
    text-align: center;
  }
  #vote
  {
    width: 300px;
    margin: 2em auto;
    text-align: left;

    font-family: Tahoma, Arial, Verdana, sans-serif;
  }

  #vote FORM
  {
  }

  #vote .vote_question
  {
    margin: 10px 0px 10px 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #9C9173;
  }

  #vote .links
  {
    text-align: right;
    margin: 5px 5px 15px;
  }

  #vote .vote_variant
  {
    padding: 5px 20px 5px 15px;
  }

  #vote .vote_variant INPUT
  {
    _height: 16px;
    margin: 0 0 0 0;
  }

  #vote .submit
  {
    font-size: 100%;
    border: 1px solid #C0C0C0;
    background-color: #E8E8E8;
    margin-right: 15px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
  }
  #vote .variant_answer_count
  {
    font-weight: bold;
    float: right;
  }

  #vote .graph
  {
    padding-top: 5px;
    margin-right: 5ex;
  }

  #vote .graph .variant_answer_percent
  {
    font-size: 10px;
    float: right;
    margin-right: -7ex;
  }

  #vote .graph .bar
  {
    margin-top: 4px;
    font-size: 1px; 
    background-color: #5BC1E8; 
    border: 1px solid #556588; 
    border-left: none; 
    height: 5px; 
    _height: 7px;
    filter: alpha(style: 1, startX: 0, finishX:100, startY: 0, finishY: 0, opacity: 25, finishOpacity: 100);
  }

  #vote .vote_result
  {
    border-top: 1px solid #9C9173;
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
    padding-right: 20px;
  }

  #vote .vote_result .vote_result_answers
  {
    font-weight: bold;
  }

  /*
   * INDEX PAGE
   */

  .index_page #vote
  {
    margin: 0;
    width: 100%;
  }

  .index_page #vote .vote_question
  {
    border: none;
    margin: 0;
    padding-left: 5px;
    padding-bottom: .5em;
  }
  .index_page #vote .vote_variant
  {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index_page #vote .graph
  {
    margin-right: 6ex;
  }

  .index_page #vote .vote_result
  {
    padding-bottom: 1em;
    border: none;
  }
