﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/*-----------------------------------
theme: Message Form (eMail)
based on: 
created:04/04/2008 Gerald S Freeman
updated: 04/25/2008 GER
-----------------------------------
Commented styles are contained in default.css
=========================================== */
#copy .statusLabel
{
    color: Blue;
    font-weight: bold;
    font-size: 1.25em;
}
#copy .formLabel
{
    font-weight: bold;
    margin-left: 2em;
    margin-bottom: 1.5em;
}
/* #copy fieldset
{
    padding: 1em;
    border: 1px dotted #333333;
}*/
#copy .txtBox
{
    margin-left: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #AA4400;
    background-color: #EEEECC;
}
#copy .txtBox:focus
{
    background-color: #FFFFFF;
}
#copy .dropDownlist
{
    margin-left: 2em;
    margin-top: 1em;
    background-color: #EEEECC !important;
}

/*#copy .button
{
    border: 1px solid #00CC66;
    background-color: #337744;
    color: #DDDDBB;
}*/
#copy legend
{
    background-color: #F2F2F2;
    color: #777777;
    padding: 0.5em;
}
#copy caption
{
    text-align: left;
    font-weight: bold;
}
