.input_error {background-color: #FFAAAA;}
#system-message {
    min-height: 20px;
    padding: 9px 5px 5px 45px;
    margin: 10px 0px 10px 0px;
    font-weight: bolder;
    font-size: 11px;
}

.system-error{
    background: #E6C0C0 url('../images/system-error.png') no-repeat 3px 2px;
    color: #c00;
    font-family:Arial, Helvetica, sans-serif;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
}

.system-success{
    background: #C3D2E5 url('../images/system-success.png') no-repeat 3px 2px;
       font-family:Arial, Helvetica, sans-serif;
    color: #0055BB;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
}

.fimage {padding: 1px; border: solid 1px #808080;}