#growlNotification {
    width: 250px;
    position: absolute;
    top: 68px; right: 4px;
    z-index: 1001;
}
#modalNotification {
    width: 100%;
    position: relative;
}
.ctNotify {
    color: #fff; 
}
.ctNotify li {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
    -moz-border-radius: 3px;
    border-radius: 3px;   
    cursor: pointer;
    list-style: none;
    text-align: left;
    padding: 10px;
    margin-bottom: 4px;
    background: no-repeat 15px 5px;
    background-color: #353535;
}

#modalNotification .ctNotify li {
    border: 0 none;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}

.ctNotify .ctNotify_handle {
    text-align: left;
    font-size: 11px;
    margin: 5px 0 0 0;
}
.ctNotify li.message {
    background-color: #008dd8;
}
.ctNotify li.warning {
    background-color: #f3a102;
}
.ctNotify li.error{
    background-color: #cb4d4d;
}
li.noimage {   
    padding:0.1em !important; 
}