.poll_box
{
    /* background-image: url('/media/layout_images/poll_bg.jpg');     */
    width: 150px;
    margin: 2px;
    padding: 2px;
    /* border: 2px solid #595e80; */
}
.poll_question
{
    font-size: 12pt;
    font-weight: bold;
    color: #2c3a3f;    
}
.poll_notes
{
    font: 10pt tahoma;
    color: #624658;
}
.choice_name, .choice_name_link
{
    font: 10pt tahoma;
	text-decoration:none;
    color: #265c7d;    
}
.choice_name .jslink:hover
{
    color: #3888b8;
}
.poll_top_comment
{
    font: 11pt Arial;
    font-weight:bold;
    padding-top: 4px;
}
.choice_stats
{
    font: 10pt tahoma;
    color: #687888;
}
.hr_poll
{
    border-style: solid;
    border-width: 2px;
    border-color: #dfe0de;
    border-right-width: 0px;
    border-left-width: 0px;
    margin-left: 4px;    
    margin-right: 2px;    
}




