﻿body, select, input
{
    font-family: Verdana;
    font-size: 9px;
}

.menu
{
    background-color: #ffc;
    border: dotted 2px #cc0;
    padding: 6px;
    text-align: right;
}


/*** POLL-SPECIFIC STYLES ***/
.Poll_DisplayText
{
    font-weight: bold;  
}

.Poll_TotalVotes
{
    font-style: italic;
}

.Poll_TakePoll, .Poll_PollResults
{
    padding: 5px;
    margin-top: 5px;
    margin-left: 15px;
}