#flash-messages{    
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px;    
    position: relative;
}

.flash-info {  
    border-bottom: 1px solid #696969;
    background-color: #969696;    
    color: #FFF;    
}

.flash-error {  
    border-bottom: 1px solid #990000;
    background-color: #CC0000;    
    color: #FFF;    
}

.flash-warning {        
    border-bottom: 1px solid #FFCA00;
    background-color: #FFCA00;    
    color: #000;        
}
.flash-success {        
    border-bottom: 1px solid #FFCA00;
    background-color: #FFCA00;    
    color: #000;        
}


.flash-icon-info {
    background: url("/images/icons/information-frame.png") no-repeat;
    padding-right: 6px;
    padding-bottom: 3px;
}
.flash-icon-success {
    background: url("/images/icons/information-frame.png") no-repeat;
    padding-right: 6px;
    padding-bottom: 3px;
}

.flash-icon-warning {
    background: url("/images/icons/exclamation--frame.png") no-repeat;
    padding-right: 6px;
    padding-bottom: 3px;
}

.flash-icon-error {
    background: url("/images/icons/cross-circle-frame.png") no-repeat;
    padding-right: 6px;
    padding-bottom: 3px;
}

.flash-message {
    top: 1px;
    position: relative;
}
