
  .enquetes {
    min-height:280px !important;
    width:950px;
    padding:0 20px 40px 20px;
  }


  .enquetes div.corpo{
    width:910px;
    margin: 10px 0;
    padding: 20px;
  }

  .enquetes ul.loop{
    border: 1px solid #CCCCCC;
    padding: 20px 30px 20px 0;
    list-style:none;
    margin:0;
  }
  .enquetes ul.loop li{
    clear: both;
    display: block;
    margin: 0 0 5px 0;
    padding:0 0 0 0;
  }
  .enquetes ul.loop li:first-child .line{
    clear: both;
    display: block;
    padding:0px 0 0px 20px;
    border:none;
  }

  .enquetes ul.loop li #frmEnquete{
    float: left;
    margin: 10px 0 0;
  }
  .enquetes ul.loop li h1{
    background: url("../../../i/icon_marcador.png") no-repeat scroll 15px 10px transparent;
    clear: both;
    display: block;
    font-family: georgia;
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 15px 40px;
  }
  .enquetes ul.loop li h3.observacao{
    clear: both;
    color: #888888;
    display: block;
    font-family: georgia;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    margin: 10px 0 0 50px;
    padding: 10px 0 15px;
  }

  .enquetes ul.loop li ul.respostas{
    list-style: none outside none;
    margin: 10px 0 10px 45px;
    padding: 0;
  }
  .enquetes ul.loop li ul.respostas li{
    background: none repeat scroll 0 0 #E9E9E9;
    clear: none;
    color: #999999;
    float: left;
    font-family: georgia;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 20px 5px 0;
    padding: 4px 2px 5px 10px;
    text-align: justify;
    width: 335px;
  }
  .enquetes ul.loop li ul.respostas h2{
    color: #666666;
    font-family: georgia;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
  }
  .enquetes ul.loop li ul.respostas input[type="radio"]{
    display: block;
    float: left;
  }
  .enquetes  ul.loop li ul.respostas label{
    display: inline;
    float: left;
    padding: 2px 5px;
    width: auto;
  }
  .enquetes  ul.loop li ul.respostas div.img{
    width:250px;
    float:left;
    padding:3px 5px 0 0;
  }
  .enquetes  ul.loop li ul.respostas span.total{
    float: left;
    margin: -3px 0 0 5px;
  }
  .enquetes ul.loop li .botoes{
    clear: both;
    margin: 0px 0 0 45px;
    padding: 10px 5px;
  }
  .enquetes ul.loop li .botoes a{
    background: none repeat scroll 0 0 #194586;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 7px 15px;
  }
  .enquetes ul.loop li .botoes a:first-child{
    background: none repeat scroll 0 0 #EC3237;
  }