﻿div.growlUI {
    background-image: url('images/alert.png');
    background-position: right center;
    background-repeat: no-repeat;
}

div.growlUI a, div.growlUI a:link, div.growlUI a:visited, div.growlUI a:active {
    color: red;

}

div.growlUI .title {
    padding-left: 50px;
    color: white;
    padding: 5px 75px 5px 5px;
    text-align: left;
    font-size: 15px;
    font-family: Tahoma;
    text-align: right;
    direction: rtl;
    font-weight: bolder;
}

div.growlUI .msg {
    color: white;
    padding: 5px 75px 5px 5px;
    text-align: left;
    font-size: 12px;
    font-family: Tahoma;
    text-align: right;
    direction: rtl;
}

div.growlUI2 {
    background-image: url('images/sms.png');
    background-position: 98.5% top;
    background-repeat: no-repeat;
    z-index: 999;
}
