﻿.homepoll {
    display:inline-block;
}
.homepoll .poll_panel
{
	width:280px;
	padding:10px 10px 10px 10px;
    background:url(../images/border_bottom_300.jpg) no-repeat bottom left;
    
}
.homepoll .poll_panel .poll_content .poll_question {
    color:#EE1B2E;
    font-weight:bold;
    margin-top:-10px;
}
.poll_answers input {
    margin:5px 5px 0px 0px;
}