/*
    Document   : nosidebar
    Created on : Jul 23, 2009, 1:54:54 PM
    Author     : ryan
    Description:
        Purpose of the stylesheet follows.
*/

#content, #sidebar {
    margin-top: 1em;
    margin-bottom: 1em;
}

#content {
    /* width: 35em; */
    margin-left: 26.25em;
    padding-right: 1em;
}

#sidebar {
    float: left;
    margin-left: 1.88em;
    width: 18.75em;
}

/* #wrapCore { background: white url(/common/images/grid.png) repeat-y; } */

#wrapWhite { background: #FFFFFF url(/common/images/grid.png) repeat-y; }

.form {
    background: #FFFFFF;
    display: inline;
}

.form .submit {
    float: right;
    /*width: 6.6em; Size-Diff between Firefox (too large) & Safari (correct size)... Find out why */
}