﻿div#SendMessage
{
 /*   border-style: groove;
    border-color: #0000FF;*/
    background-color: inherit;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

div#SendMessage h2
{
    width: auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #000080;
    font-family: Verdana;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    margin-bottom: 1em;
}

div#SendMessage h3.StepTitle
{
    width: auto;
    font-size: 1.2em;
    font-weight: bold;
    color: #000080;
    font-family: Verdana;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    margin-bottom: 1em;
}

table.SendMessageWizard
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: inherit;
    /*border-style: groove;
    border-color: #008080;*/
}

table.SendMessageWizard td h3.StepTitle
{
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFFF00;
    text-align: center;
}

table.SendMessageWizard table.PersonInfo
{
    margin-left: auto;
    margin-right: auto;
    background-color: inherit;
 /*   border-style: groove;
    border-color: #008080;*/
}

table.SendMessageWizard textarea.CommentBox
{
    width: 95%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #E9E9FF;
    border-style: groove;
    border-color: #000099;
}

table.PersonInfo td.Label
{
    width: 15em;
    text-align: right;
    padding-right: 1em;
    color: #800080;
}

table.SendMessageWizard div.WizardNavButtons
{
margin-left: auto;
margin-right: auto;
}

div#SendMessage div.review
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
    text-align: left;
    background-color: #99CCFF;
    border-style: ridge;
    border-width: thin;
    padding: 1em;
}

div#SendMessage div.review h4
{
    font-size: 1em;
    font-weight: bold;
    color: #0000FF;
}
