
.alert-error{
    background:#ffbbbb;
    color:red;
    font-weight:bold;
}
.alert-notice{
    background:orange;
    color:white;
    font-weight:bold;
}
.alert-ok{
    background:white;
    color:green;
    font-weight:bold;
}