.sondagem{
    background-repeat:no-repeat;
    left:0px;
    position:relative;
    padding-top: 53px;
    padding-left: 2px;
    width: 208px;
    height:151px;
}

.sondagem .pergunta{
    font-size: 13px;
    font-weight: bold;
}

.sondagem .resposta{
    color:#1F1F1F;
    font-size: 11px;
    font-weight: bold;
}

.sondagem .resposta ul{
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sondagem .resposta li{
    list-style-image: url(../images/block-list1.gif);
    cursor: pointer;
}