div#wrapper
{
    background: #eee url(../gfx/wrapper_bg2.gif) right top repeat-y;
}

div#content
{
    margin: 0;
}

    div#content form
    {
    }

        div#content form label
        {
            font-weight: bold;
            width: 70px;
            text-align: right;
            padding-right: 5px;
        }

        div#content form label,
        div#content form input,
        div#content form textarea
        {
            float: left;
            margin-bottom: 5px;
        }

        div#content form textarea
        {
            width: 600px;
            height: 80px;
        }

        div#content form input.submit
        {
            font-weight: bold;
        }

        div#content form br
        {
            clear: left;
        }

        div#content form fieldset
        {
            border: 0;
        }

    div#content iframe
    {
        width: 750px;
        height: 800px;
        border: 0;
        margin-top: 10px;
    }

div#refresh
{
    float: right;
    text-align: right;
    line-height: 1.4em;
}

div.msg
{
    font-family: Verdana, sans;
    font-size: 12px;
    line-height: 1.6em;
    padding: 10px 10px;
}

    div.msg div.date
    {
        text-align: right;
        font-size: 10px;
    }

div.dark
{
    background-color: #eee;
}

div.light
{
    background-color: #fff;
}