﻿
#ContactForm .TestingAlert 
{
    text-transform: uppercase;
    color: Red;
    font-weight: bold;
    font-size: 14pt;
    float: left;
}

#ContactForm 
{
    margin-left: 180px;
    position: relative;

    xborder: solid;
}
#ContactForm h3
{
    display: none;
}
#ContactForm .Text input, 
#ContactForm .Text textarea
{
    width: 400px;
    margin-bottom: 10px;
    padding: 5px;
    xfont-family: Monospace;
    font-family: Sans-Serif;
}
#ContactForm .List,
#ContactForm .TestTo 
{
    text-align: right;
    line-height: 1.2em;
    margin-bottom: 10px;
}
#ContactForm .List select
{
    xpadding: 5px;
    xfont-family: Monospace;
}
#ContactForm .Option 
{
    width: 150px;
    text-align: right;
    position: relative;
    left: -180px;
    top: -30px;
}    

#ContactForm label
{
    cursor: pointer;
}
#ContactForm .Buttons 
{
    position: relative;
    left: -180px;
    top: -75px;

    xborder: solid;
}
#ContactForm .Buttons input
{
    width: 75px;
}
#ContactForm .Message
{
    position: absolute;
    left: -180px;
    bottom: 110px;
    width: 150px;
    line-height: 1.2em;
    font-weight: bold;
}
#ContactForm .Error .Message
{
    color: rgb(146, 55, 38);
    color: Red;
}

#ContactForm .Sent .Message
{
    color: rgb(0, 104, 87);
    color: Green;
}
#ContactForm .Sent .Text input, 
#ContactForm .Sent .Text textarea,
#ContactForm .Sent .Text select,
#ContactForm .Sent .Text option
{
    font-style: italic;
}
#ContactForm .Sent .Option,
#ContactForm .Sent .List
{
    color: Silver;
}
#ContactForm .Disabled .Text input, 
#ContactForm .Disabled .Text textarea,
#ContactForm .Disabled .Text select,
#ContactForm .Disabled .Text option
{
    font-style: italic;
}
#ContactForm .Disabled .Option,
#ContactForm .Disabled .List
{
    color: Silver;
}


#ContactForm .TestTo
{
    float: right;
    position: absolute;
    right: 0px;
    xtop: 235px;
    bottom: 0px;
    line-height: 1.2em;
    margin: 0px;
    background-color: yellow;
    border: 2px solid red;
    padding: 2px;
    padding-left: 5px;
    font-weight: bold;
}
#ContactForm .TestTo input
{
    margin: 0px;
    width: 200px;
    padding: 2px;
    font-weight: normal;
}

