/* CSS Document */
table.poll
{    
    width: 100%;
}

table.poll td.question
{
    font-weight: bold;
}

table.poll td
{
    color: #666666;
    vertical-align: top;
}

#container #extra #extra_block table.poll
{
    width: 90%;
}


#extra_block table.poll td.question
{
    font-weight: bold;
    
}
