#system-messages-panel
{
    position: absolute;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    top:0px;
    font-size: 14px;
    display:none;
    cursor: pointer; cursor: hand;
    z-index: 12;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;

}

.bg-primary{

    color:#fff;background-color: rgba(66,139,202,0.8)
}
a.bg-primary:hover{background-color: rgba(48,113,169,0.8)
}
.bg-success{background-color: rgba(223,240,216,0.8)}
a.bg-success:hover{background-color:#c1e2b3}
.bg-info{background-color:#d9edf7;}
a.bg-info:hover{background-color:#afd9ee}
.bg-warning{background-color:#fcf8e3}

a.bg-warning:hover{background-color:#f7ecb5}
.bg-danger{background-color:   rgba(242,222,222,0.8)}

a.bg-danger:hover{background-color:#e4b9b9}
