/* 
    Document   : subscribe
    Created on : October 4, 2005, 3:42 PM
    Author     : Mark Blackledge
    Description:
        Stylesheet for contact forms.
*/

#contactArea
{
    margin: 0em 1em;
    width: 550px;
}

#hdcContactArea
{
    font-size: 85%;
}

.fieldGroup
{
    margin-bottom: 0.75em;
}
.fieldGroup label, .float_label
{
    font-weight: bolder;
    font-family: verdana,arial,sans-serif; 
    font-size: 11px; 
    line-height: 13px; 
}
.float_input
{
    float: left;
    margin-right: 2em;
}
.buttonArea
{
    margin-top: 0.5em;
}

/* override the error message */
.errorMessage
{
    border: 1px solid red;
    color: black;
    background-color: pink;
    font-size: 0.8em;
}

/* instruction text for a field */
.fieldInstruction
{
    color: gray;
    font-size: 0.8em;
    margin-bottom: 1.0em;
}

#submitThanks
{
    height: 100px;
    padding: 3em;
}

#homeLink a:visited, #homeLink a:link
{
    text-decoration: underline;
}

#homeLink
{
    margin-top: 1.0em;
}


/* public contact page */
#ajaxMsg
{
    font-size: 85%;
    color: #880000;
    margin: 0.5em 0.0em;
    visibility: hidden;
}

/* public contact page multibox tables */
.multiBoxTable
{
    margin-top: 0.5em; 
    margin-bottom: 0.5em;
}

.multiBoxLabel
{
    margin-right: 3em;
}

/* progress bar area - not used yet */
#progressBar
{
    margin-left: 2.0em;
}

/* community checkboxes */
.checkAll
{
    font-size: 80%;
}