#ui_notifIt
{
    position: fixed;
    top: 300px;
    right: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 999999999;
}
#ui_notifIt p
{
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: White;
}
#ui_notifIt p a
{
    color:Yellow;
}
/* Color setup */
/* Configure this if you want */
.success
{
    background-color: yellowgreen;
    color: white;
}
.error
{
    background-color: orangered;
    color: white;
}
.warning
{
    background-color: orange;
    color: white;
}
.info
{
    background-color: deepskyblue;
    color: white;
}
.default
{
    background-color: #EEE;
    color: #444;
}
