﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/*-----------------------------------
theme:GerLin Contact
based on "GerLin"
created:04/04/2008 Gerald S Freeman
updated: 04/17/2008 GER
-----------------------------------*/
/*---- Typeface Modifications ----*/
.validrequired, .redEm
{
    color: Red;
    font-weight: bold;
}
/*---- form controls ----*/
#copy .statusLabel /* ADDED */
{
    color: Blue;
    font-weight: bold;
    font-size: 1.25em;
}
#copy .formLabel /* ADDED */
{
    font-weight: bold;
    margin-left: 2em;
    margin-bottom: 1.5em;
}
/*---- Override theme stylesheets ----*/
#copy .txtBox
{
    margin-left: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #337744;
    background-color: #EEEECC;
}


