/* 
    Document   : forms
    Created on : 18-Dec-2008, 16:13:57
    Author     : neal
    Description:
        Purpose of the stylesheet follows.
*/

div.content form fieldset {
    margin-top: 10px;
    background-color: #e9eff8;
}

div.content form legend {
    background-color: #ffffff;
    font-weight: bold;
    padding: 5px;
    border: 1px #cacaca solid;
    margin-bottom: 15px;
}

div.content form div {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

div.content form label {
    display: block;
    border: 1px #cacaca solid;
    border-left: none;
    background-color: #ffffcd;
    padding: 3px;
    width: 45%;
    float: left;
    margin-bottom: 10px;
    text-indent: 10px;
    }

div.content form input {
    width: 45%;
    float: right;
    padding: 3px;
}

div.content ul.formError {
    list-style: none;
    color: #990000;
    border: 1px #ffcce5 solid;
    padding: 5px;
}

div.content ul.formError li {
    margin: 3px;
}

div.content form div.formError label {
    border: 1px #990000 solid;
    border-left: none;
    background-color: #ffcce5;
}

div.content form textarea {
    clear: left;
    width: 95%;
    float: right;
    height: 150px;
    padding: 3px;
    }
