body
{
    background-color: #000000;
    margin: 0;
    padding: 0;
    text-align:center;
}

DIV
{
    text-align:left;
}

OBJECT
{
   position: static;
}

#footer
{
    font-family: Arial;
    font-size: 9px;
    color: #666666;
    width: 920px;
    margin:10px auto;
    letter-spacing: -.2;
    line-height: 10px;
}

#footer SPAN.bold
{
    font-weight: bold;
}

#footer A
{
    font-family: Arial;
    font-size: 9px;
    color: #666666;
}

#footer DIV.new
{
    display: block;
    margin-top: 8px;
}

#footer #copyright
{
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    max-width: 920px;
    padding-left: 480px;
    height: 30px;
    margin-top: 8px;
}

#footer #copyright DIV
{
     display: block;
     width: 420px;
}

#footer #copyright DIV.top
{
    padding-top: 5px;
    margin-bottom: 1px;
}

.hide
{
    display:none;
}

.show
{
    display: block;
}

#survey
{
    width:800px;
    height:675;
    background-color: #000000;
    font-family: Arial;
    font-size: 14px;
    color: #fffefe;
}

#survey #header
{
    background-image: url(../images/survey_header.jpg);
    background-repeat: no-repeat;
    height: 134px;
}

#survey #content
{
    margin-top: 20px;
    margin-left: 20px;
}

#survey #content #title
{
    background-image: url(../images/survey_title.gif);
    background-repeat: no-repeat;
    width:490px;
    height:17px;
    margin-bottom: 7px;
}

#survey #content #questions
{
    margin-top:12px;
    float:left;
}

#survey .question
{
    float:left;
    margin-bottom: 12px;
}

#survey .formFields
{
    font-size: 12px;
    font-weight: bold;
}

#survey .formFields INPUT
{
    margin-left: 20px;
    margin-right: 4px;
}

#survey .formFields INPUT.firstInput
{
    margin-left: 0px;
}

#survey .topLine
{
    color: #333333;
    background-color: #333333;
    height: 2px;
    border:0;
    width:760px;
}

#survey .question_img
{
    margin-top: 12px;
    width:90px;
    float:left;
}

#survey .question_content
{
    margin-top: 12px;
    padding-top: 4px;
}

#survey .question_text
{
    font-weight:bold;
    letter-spacing: -.25;
}

* html #survey .question_text { letter-spacing: -.1em; }


#survey .midLine
{
    color: #fdd532;
    background-color: #fdd532;
    height: 1px;
    border:0;
    width:670px;
}

#survey .buttons
{
    float: left;
}

#survey .buttons DIV
{
    float: left;
    width:130px;
    height:25px;
    margin-top: 12px;
}

#survey .buttons #noThanksBtn
{
    background-image: url(../images/survey_noThanks.jpg);
    background-repeat: no-repeat;
}

#survey .buttons #submitBtn
{
    background-image: url(../images/survey_submit.jpg);
    background-repeat: no-repeat;
    margin-left: 19px;
}

#survey #survey_footer
{
    float:left;
    font-size:9px;
    color: #999999;
    width:760px;
    margin-top:10px;
}

#footer_bottom
{
    background-image: url(../images/survey_footer.jpg);
    background-repeat: no-repeat;
    margin-top: 7px;
    padding-left: 152px;
}

#footer_bottom A
{
    color: #999999;
}