/* POLLS PAGE STYLES -------------------- */

.pollsMainBox {
    float:left;
    border:1px solid;
    border-color:#A0DAFF;
    line-height:18px;
    width:624px;
    margin: 0 0 20px 40px;
}

#pollPage {
    float:left;
    width:800px;
    padding:10px 0 0px 40px;
}

.pollsTop {
    float:left;
    padding:15px 20px 10px 20px;
    width:584px;
    font-size:16px;
    font-family:Geneva, Arial, Verdana, sans-serif;
    background:url(../img/widgets/polls-border.png) no-repeat bottom;}


.pollsBox {
    float:left;
    width:180px;
    padding:10px 0 10px 20px;
}

.pollsBlue {
    color:#0A88DC;
}

#recentPoll {
    width: 468px;
    padding: 0 10px;
    margin-top:15px;
}

#headRecentPolls {
    float: left;
    background:url(../img/widgets/headFeaturedPolls.png) no-repeat;
    width: 428px;
    height: 36px;
    padding: 5px 10px 0 20px;
    text-align:right;
}

#headRecentPolls a:link, #headRecentPolls a:visited, #headRecentPolls a:hover, #headRecentPolls a:active {
    display:block;
    float:right;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    padding: 6px 25px 0px 0px;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.recentPollQuestion {
    font-size: 16px;
    padding: 10px;
}

.recentPollQuestionBlue {
    float: left;
    width: 445px;
    font-size: 16px;
    padding: 10px;
    border-top: 3px solid #AFE0FF;
    margin-top: 10px;
}

.recentPollItems {
    float: left;
    width: 140px;
    padding: 0 0 0 10px;
}
