﻿body 
{
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0em;
    padding: 0px;
    position: absolute;
    top:0;
    left:0;
    background-color: white;
}

TD.regularForm
{
    background-color: white;
}

.messageBox
{
    background-color: #f2f2f2;
    border-top: #045686 1px Solid;
    border-bottom: #045686 1px Solid;
    border-left: #045686 1px Solid;
    border-right: #045686 1px Solid;
}

TD.topWithBackground
{
    background-color: #ffe850;
    background-image: url('Images/BgTop.gif');
}

TD.leftWithBackground
{
    background-color: #ffe850;
    background-image: url('Images/BgLeft.gif');
}

TD.rightWithBackground
{
    background-color: #ffe850;
    background-image: url('Images/BgRight.gif');
}

TD.bottomWithBackground
{
    background-color: #ffe850;
    background-image: url('Images/BgBottom.gif');
}