﻿.LabelWeeklyPoll
{
    padding-left:14px;
    color:#8a623c;
    font-size:14px;
    font-family:Trebuchet MS;
    position:relative;
    top: -2px;
}

.LabelWeeklyPollQuestion
{
    color:#000000;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold; 
    position:relative;
    top:-10px;  
}

.LabelWeeklyPollAnswer
{
    color:#000000;
    font-size:12px;
    font-family:Trebuchet MS;  
    position:relative;
    left:-4px;       
}

.HyperLinkResults 
{
    color:#8a623c;
    font-size:12px;
    font-family:Trebuchet MS;      
}

.WeeklyPollWrapper
{
    position: relative;
    top: -10px;
    z-index: 2;
}

.PollErrorMessage
{
    font-size: 10px;
    color: Red;
    font-family: Trebuchet MS;
    margin-left: 5px;
}

.PollAdditionalInfo
{
    color:#8a623c;
    font-size:10px;
    font-family:Trebuchet MS; 
    padding-left: 14px;
}

.LabelPollAnswers 
{
    font-family:Trebuchet MS;
    font-size:12px;    
    color:#000000;   
    line-height: 14px;   
    padding-bottom: 5px;
}
