﻿/*==================================================================================================
 * Content Section 
 *==================================================================================================*/
 
ul.commandMessages {
    border:none;
    margin: 0px;
}
ul.commandMessages li {
    margin:10px;
}
.warning {
    list-style:none;
    border:1px solid #e5b857;
    background:#f9f2d4 url("images/error.png") no-repeat 5px 3px;
    padding:5px 10px 5px 25px;
}
.error {
    list-style: none;
    border:1px solid #c7454a;
    background:#fae2e3 url("images/exclamation.png") no-repeat 5px 3px;
    padding:5px 10px 5px 25px;
    float: none;
}
.success, .information {
    list-style: none;    
    border:1px solid #45b661;
    background:#d4f9dd url("images/accept.png") no-repeat 5px 3px;
    padding:5px 10px 5px 25px;
    float:none;
}
.warning span, .success span, .information span, .error span {
    vertical-align: top;
}

.warning h3, .warning p, .error h3, .error p, .success h3, .success p, .information h3, .information p {
    margin:0 0 5px;
}