div.pollModule
{
    color: #666;
    padding: 10px;
    margin-bottom: 10px;
}
div.pollModule h2
{
    font-size: 1.2em;
    position: relative;
    left: -3px;
    height: 30px;
    width: 110px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-image: url(images/quick_poll_title.gif) !important;
    padding-top: 1px;
}
div.pollModule h2 span
{
    display: none;
}
div.pollModule p.question
{
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: bold;
}
div.pollModule table
{
    border-collapse: collapse;
    font-size: 1em;
    margin-bottom: 2px;
}
div.pollModule table tr
{
    vertical-align: top;
}
div.pollModule table th, div.pollModule table td
{
    padding-bottom: 8px;
}
div.pollModule table th
{
    padding-right: 5px;
}
div.pollModule input.submitButton
{
    display: block;
}
div.pollModule div.resultContainer
{
    width: 100px;
    border: 1px solid #b3b3b3;
    padding: 2px;
    font-size: 1px;
}
div.pollModule div.resultContainer div.result
{
    background-color: #b3b3b3;
    height: 8px;
    font-size: 1px;
}

