#sysFeedback {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
}

.sysFeedbackMsg {
    background-color: steelblue;
    margin: .5em;
    color: #fff;
    max-width: 500px;
    padding: .5em;
    font-size: 11px;
    border-radius: 6px;
    opacity: .9;    
}