/* 
    Document   : contact
    Created on : Apr 15, 2011, 10:00:11 AM
    Author     : Alan Arthur <aarthur@speedscript.com>
    Description:
        Defines the style params for the Contact module.
*/

#contactForm
{
    list-style-type: none;
}

#contactForm li
{
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1em;
}

#contactForm li label
{
    float: left;
    width: 10em;
    margin-right: 1em;
}

.error_list
{
    color: #A60000;
}
