div#survey {
    position:relative;
    width:954px;
    margin-left:19px;
    margin-top:13px;
}
div#survey .header {font-size: 138.5% }
div#survey .content {
    width:951px;
    border:1px solid #eeeeee;
    background-image:url("images/bkg_repeatx_large.jpg");
    background-repeat: repeat-x;
    background-color: #f9f9f9;
    font-size:93%;
}
div#survey .body { margin-top:40px; margin-left:20px; }
div#survey dt { margin-top:20px; }
div#survey label { font-size:108%; font-weight:normal; }
div#survey input { font-size:123.1%; }
div#survey input#submit { font-size:138.5%; }
div#survey ul.errors { color:#f73804; list-style: none;}
div#survey li  { list-style: none;}

div#survey-confirm {
    position:relative;
    width:954px;
    margin-left:19px;
    margin-top:13px;
}
div#survey-confirm .header {font-size: 121% }
div#survey-confirm .content {
    width:951px;
    border:1px solid #eeeeee;
    background-image:url("images/bkg_confirm.jpg");
    background-repeat: repeat-x;
    background-color: #f9f9f9;
    font-size:108%;
    height:400px;
}
div#survey-confirm .body { width:400px; margin-top:30px; margin-left:20px; }
