

#exitpoll-container {
        margin: 0 auto 0 auto;
        text-align: center;
        width: 500px;
}

#exitpoll-container #exitpoll-top {
        text-align: left;
        height: 21px;
        width: 500px;
        clear:both;
        background: url(../images/exitpoll/top.png) top center no-repeat;
}

#exitpoll-container #exitpoll-main {
        text-align: left;
        width: 500px;
        height: 300px;
        background: url(../images/exitpoll/center.png) top center no-repeat;
}

#exitpoll-container #exitpoll-main #exitpoll-content{
        padding:5px 10px 0px 25px;
}




#exitpoll-bottom {
        text-align: left;
        clear: both;
        height: 21px;
        width: 500px;
        background: url(../images/exitpoll/bottom.png) top center no-repeat;
}

#exitpoll-top h1, #exitpoll-top h2
{
        display:none;
}

.noborder
{
        border-width:0px;
}

.exitpoll-form a:link {color:black}
.exitpoll-form a:hover {color:black}
.exitpoll-form a:visited {color:black}
.exitpoll-form a:focus {-moz-outline-style:none}
.exitpoll-form input:focus {-moz-outline-style:none}

#exitpoll-content h1
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    color: #BB252C;
}

#exitpoll-content h2
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    color: #BB252C;
}

#exitpoll-content p
{
        padding:0;
        margin:0;
        padding-bottom:8px;
        width:400px;
        font-weight:bold;
        color:#5a5a5a;
}

.exitpoll-form
{
        background:#fdf1d7;
        width:445px;
        clear:both;
}



.exitpoll-form-top
{
        background: #fdf1d7 url(../../images/exitpoll/form_top.png) top center no-repeat;
        width:445px;
        height:8px;
}

.exitpoll-form-bottom
{
        background: url(../../images/exitpoll/form_bottom.png) top center no-repeat;
        width:445px;
        height:9px;
        clear:both;
}



.exitpoll-form fieldset legend
{
        display:none;
}

.exitpoll-form label
{
        display: block;
        float: left;
        width: 240px;
        margin-top:2px;
        margin-right: 1em;
        color:#b0040b;
        font-size:1em;
}

.exitpoll-form fieldset
{
        float: left;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 10px 0 10px 0;
        border-style: none;
        border-bottom: 1px solid #BFBAB0;
        background-color: #fdf1d7;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:95%;
        border-width:0px;
}

.exitpoll-form fieldset ol
{
        padding:0;
        margin:0;
        margin-left:15px;
        margin-right:15px;
        list-style: none;
}

.exitpoll-form fieldset li
{
        float: left;
        clear: left;
        width: 100%;
        padding-bottom: .5em;
        padding-top:.5em;
        border-bottom:1px solid #f0e5cc;
        font-size:11px;
}

.exitpoll-form fieldset.last, .exitpoll-form fieldset li.last
{
        border-bottom:none;
}

.exitpoll-form fieldset li select
{
        border:1px solid #d3d3d1;
        padding:2px;
        font-size:1em;
        width:150px;
}
.exitpoll-form .button
{
        padding-top:5px;
}
.exitpoll-form .clear
{
        display:block;
        clear:both;
}

