.poll
{
    zoom: 1;
    position: relative;
    background-color: #E8E9EA;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
* html .poll
{
}

/*hack to get around lack of markup for H2 visual effects*/
.poll *
{
    margin: 0 10px 0 10px;
}
.poll * *
{
    margin:0;
}

#content .poll h2
{
    background-image: url(/magazine/graphics/poll-h2-bg.gif);
    background-position:left bottom;
    background-repeat: repeat-x;
    border-top:1px solid #666666;
    color:#000000;
    display:block;
    font-size:1em;
    font-weight:bold;
    line-height:1em;
    margin:0 0 12px;
    padding:5px 0 8px 5px;
    text-transform:uppercase;
    font-size: .923em;
}
.poll p
{
    padding: 0;
    margin-bottom: 10px;
}
.poll fieldset p
{
    margin-bottom: 0;
}
.poll div img
{
    display: block;
    border-right: 1px solid #343434;
}
.poll .poll_sleeve
{
    padding: 0;
    margin: 0  10px 0 10px;
    position: relative;
}
.poll .poll_sleeve div
{
    color: #333;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 0 0 5px;
    zoom: 1;
    font-weight: bold;
}
/* :hack: float enclosing */
.poll .poll_sleeve p
{
    padding-top: 8px;
    margin: 5px 0 0;
    padding-bottom: 5px;
    font-weight: bold;
}
/* :hack: float enclosing */
.poll .poll_sleeve div:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
/* :hack: float enclosing */
.poll .poll_sleeve div span
{
    float: left;
    padding-top: 2px;
}
.poll .poll_sleeve div div
{
    width: 93px;
    height: 14px;
    border: 1px solid #343434;
    float: left;
    margin: 2px 5px 0 0;
    padding: 0;
    background-color: #fff;
}
.poll .poll_sleeve div input
{
    margin-left: 0; #margin-left:-4px;height:18px;}
.poll input, .poll label
{
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}
.poll label
{
    padding: 0;
    color: #000;
    font-weight: bold;
}
.poll fieldset
{
    padding-top: 0;
}
.submit
{
    background-image: url(/magazine/graphics/buttons/cn-css-button-bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #09377A;
    height: 21px;
    border: 1px solid #A5A9AB;
    color: #fff;
    text-transform: uppercase;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.846em;
    font-weight: bold;
    padding: 0px 3px 3px 3px;
    margin-top: 15px; #text-align:left;
    #width:110px;
}
*:first-child + html .submit
{
    border-color: Transparent;
    background-color: #000;
}


