
  #vote {
    float: left;
    width: 220px;
  }    
  
  #vote td{
    padding: 5px 0;
  }  
  
  #vote_title { /*Заголовок голосования*/
    height: 20px;
    font: bold 13px/20px 'Verdana', 'Helvetica' ,'Sans-Serif';
    background-color: #93acbe;
    color: #fff;
    text-align: center;
  }  
  
  #vote_question {
    font: bold 13px/18px 'Verdana', 'Helvetica' ,'Sans-Serif';
    background-color: #f37301;
    color: #fff;
    text-align: center;
    padding-bottom: 3px;
  }  
  
