/*******************************************************
 * MidnightBlue_All.css
 * 
 * (C) 2007 Carsley and Associates
 * ALL RIGHTS RESERVED
 ******************************************************/

/*
 * Defines the alignment and style of the text in the
 * table on the Web Design Contact Form page.
 */

.tdBorder
{
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

.tdBorder1
{
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    padding: 0px 4px;
}

.vAlignTopRightWDC
{
    vertical-align: top;
    line-height: 23px;
    #line-height: 25px;
    padding: 0px 12px;
    text-align: left;
    font-style: italic;
    width: 200px;
}

.vAlignRightWDC
{
    vertical-align: top;
    line-height: 23px;
    #line-height: 25px;
    padding: 0px 12px;
    text-align: right;
    font-style: italic;
    width: 196px;
    border-right: solid 1px #000;
}

.vAlignHeadRightWDC
{
    padding: 0px 12px;
    text-align: left;
    font-style: italic;
}

.vAlignHeadRightWDC h3
{
    margin: 10px auto;
}