/* VOTE & RESULTS */
#adpoll
{
    display:block;
    width:329px;
    height:180px;
    overflow:hidden;
    position:relative;
    font-family:Tahoma, Arial;
    color:black;
    margin:5px 0 5px 0;
}

#adpoll #adpoll_downloadwp_container
{
    display:block;
    text-align:center;
    position:absolute;
    top:140px;
    left:76px;
}
#adpoll #adpoll_downloadwp
{
    background:transparent url(/images/content/microsoft/msforefrontpoll_orange.png) -5px -181px no-repeat;
    display:block;
    width:177px;
    height:27px;
    margin:0 auto;
}
#adpoll #adpoll_downloadwp:hover
{
    background-position:-188px -181px;
}
/* /VOTE & RESULTS */
/* VOTE  */
#adpoll #adpoll_vote
{
    background:white url(/images/content/microsoft/msforefrontpoll_orange.png) top left no-repeat;
    height:180px;
}
#adpoll #adpoll_vote #adpoll_question
{
    display:block;
    padding-top:53px;
    margin-left:4px;
    margin-bottom:1px;
    width:336px;
    text-align:center;
    font-weight:bold;
    font-size:15px;
}
#adpoll #adpoll_vote form
{
    display:block;
    cursor:pointer;
    padding:0;
    margin:0 0 0 40px;
}
#adpoll #adpoll_vote form fieldset
{
    display:block;
    margin:0;
    padding:0;
}
#adpoll #adpoll_vote label
{
    float:left;
    clear:left;
    display:block;
    cursor:pointer;
    text-align:left;
}
#adpoll #adpoll_vote label a
{
    cursor:pointer;
}
#adpoll #adpoll_vote label input
{
    background:transparent url(/images/content/microsoft/checkbox.png) bottom left no-repeat;
    cursor:pointer;
    border-width:0px;
    width:250px;
    text-align:left;
    padding:1px 0 1px 20px;
    height:20px;

}
#adpoll #adpoll_vote label input.hover
{
    background-position:0 4px;
}

/* /VOTE  */
/* RESULTS  */
#adpoll #adpoll_results
{
    background:white url(/images/content/microsoft/msforefrontpoll_orange.png) top right no-repeat;
    height:180px;
}
#adpoll #adpoll_results #adpoll_question
{
    padding-top:15px;
    margin-left:4px;
    margin-bottom:5px;
    width:336px;
    text-align:center;
    font-weight:bold;
    font-size:15px;
}
#adpoll #adpoll_results #adpoll_options
{
    clear:left;
    display:block;
    height:15px;
    margin:0 0 0 20px;
}
#adpoll #adpoll_results #adpoll_options .results
{
    display:block;
    font-weight:bold;
    line-height:22px;
}
#adpoll #adpoll_results #adpoll_options .results .amount
{
    color:white;
    font-size:20px;
    display:block;
    float:left;
    width:48px;
    padding-right:10px;
    text-align:right;
}
#adpoll #adpoll_results #adpoll_options .results .answer
{
    color:black;

}
#adpoll #adpoll_results .totalVotes
{
    position:relative;
    top:33px;
    left:23px;
    display:block;
    width:50px;
    height:30px;
    font-weight:bold;
    font-size:10px;
}
#adpoll #adpoll_results .totalVotes span
{
    display:block;
}
#adpoll #adpoll_results #adpoll_downloadwp_container
{
    display:block;
    text-align:center;
    position:absolute;
    top:145px;
    left:76px;
}
/* /RESULTS  */
