body #content h1
{
    margin-top: 18px;
}

body #content h2
{
    color: #f00;
    margin-top: 30px;
}

body #content p
{
    line-height: 1.8em;
    margin: 25px auto;
    width: 705px;
}

body form
{
    background: url(../images/rounded_rectangle/error_form_bottom.png) bottom no-repeat;
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 15px;
}

body form > div
{
    background: url(../images/rounded_rectangle/error_form_top.png) top no-repeat;
    padding-top: 45px;
}

body #content form p
{
    color: #666;
    font-size: .689em;
    line-height: 1.6em;
    margin: 0 auto 15px auto;
    text-align: left;
    width: 92%;
}

body #content form label
{
    font-size: 1em;
    font-weight: normal;
}

body #content form textarea
{
    display: block;
    margin: 0 auto;
    width: 92%;
    height: 100px;
}

body #content form input[type=image]
{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

body .nav_footer
{
    margin-top: 0;
}
