div.cabeca_enquete{
    width:323px;
    height:60px;
    float:left;
}


#enquete{
    width:323px;
    
background-image:url(http://www.desenrolaofilme.com.br/enquete/images/fundo_enquete.jpg);
    padding-bottom:50px;
    float:left;
}

#pergunta_enquete{
    width:280px;
    margin-left:20px;
    margin-top:10px;
    float:left;
    font-size:18px;
    font-weight:bold;
    text-align:left;
    margin-bottom:10px;
}

div.opcao_enquete{
    width:300px;
    height:80px;
    margin-left:10px;
    float:left;
}
div.foto_enquete{
    
    height:65px;
    float:left;
}

img.foto_enquete{
    border:0px;
}

div.titulo_opcao{
    width:150px;
    float:left;
    margin-left:10px;
    margin-top:3px;
    text-align:left;
    font-size:14px;
}
div.votos_enquete{
    width:150px;
    float:left;
    margin-left:10px;
    text-align:left;
    font-weight:bold;
    font-size:10px;
}

#mensagem_enquete{
    font-size:10px;
    float:left;
    width:323px;
    margin-bottom:20px;
    text-align:center;
    color:#000;
}

div.rodape_enquete{
    width:323px;
    height:95px;
    float:left;
}

a.enquete{
    text-decoration:none;
    color:#000;
}