/* 
    Document   : styles.css
    Created on : Dec 12, 2011, 1:22:00 PM
    Author     : kucherenko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.contactusform .errorSummary {
    background: none repeat scroll 0 0 #FCEBEB;
    border: 1px solid Red;
    color: Red;
    line-height: 18px;
    margin: 0 0 15px 0px;
    padding: 10px;
    width: 85%;
}
.contactusform .errorSummary ul {
    list-style: disc outside none;
    margin: 0 0 15px 25px;
}
.aside .contactusform .errorSummary {
    width: 94%;
    margin: 0 5px 10px;
}
.aside .contactusform .errorSummary ul {
    margin-left: 5px;
    font-size: 11px;
}