﻿/* PulsePoll User Interface */
.pollbox
{
    font-family: Arial;
    padding: 0 10px 0 10px;
    width:214px;
    color:#333333;
}
.pollbox ul
{
    font-size:12px;
    list-style: none;
    padding:0;
    margin:10px 0 0 10px;
}
.pollbox ul li
{
    height:18px;
    padding:0 0 5px 0;
}
.pollbox ul li input
{
    padding:0 10px 0 0;
}
.pollbox strong
{
    font-weight:normal;
}
.pollbox .votebutton
{
    color:#c9d001;
    font-weight:bold;
    background-color:#333333;
    padding:4px 20px 4px 20px;
    border:1px solid white;
}
.pollbox .resultslink
{
    font-size:11px;
    text-decoration:none;
}
.pollbox a:hover
{
    text-decoration:underline;
}
.pollbox .returnlink
{
    font-size:11px;
    text-decoration:none;
}
