pre
        {
            border: solid 1px #ccc;
            background-color: #ffa;
            padding: 5px;
            color: #a00;
            line-height: 1.5em;
        }

#ui_notifIt
{
    position: fixed;
    top: 10px;
    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: 1001;
}
#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;
}
