﻿#HomepageSearchAndPoll
{
    border: solid 1px #9f2929;
    background-image: url('../img/hsLayout.jpg');
    background-repeat: repeat-x;
    background-color: #fef4f4;
    float: right;
    margin-top: -40px;
    min-height: 350px;
    min-width: 350px;
    max-width: 350px;
}

.PollAnswer
{
    color: White;
}


#PollContent
{
    width: 100%;
}


.PollPercentage
{
    color: White;
    float: Right;
    font-size: 1.2em;
}


.PollResult
{
    background-image: url('../img/pollResultBack.jpg');
    background-repeat: repeat-x;
    border: solid 1px Black;
    height: 20px;
    margin-top: 10px;
    width: 99%;
}


