.hide {
    display: none;
}
div.growlWrap {
    font-size: 12px;
    font-family: arial;
    height: 42px;
    background-color: #444;
    background-image: -moz-linear-gradient(top, #555,#333);
    background-image: -webkit-linear-gradient(top, #555,#333);
    background-image: -o-linear-gradient(top, #555,#333);
    color: #ddd;
    margin-bottom: 5px;
    z-index: 101;
    border: 1px solid #000;
    padding:  5px;
    padding-left: 40px;
    width: 205px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -ms-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 4px rgba(0,0,0,.8);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.8);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.8);
    -ms-box-shadow: 1px 1px 4px rgba(0,0,0,.8);
}

div.growlWrap:before {
    content: url(../img/lightBulbOn.png);
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -36px;
    margin-top: 6px;
    z-index: 10000;
}

div.growlWrap.Red {
    background-color: #500;
    background-image: -moz-linear-gradient(33deg, #700,#400);
    background-image: -webkit-linear-gradient(33deg, #500,#400);
    background-image: -o-linear-gradient(33deg, #500,#400);
    color: #fff;
    padding-left: 40px;
    width: 205px;
}

div.growlWrap.sticky:before {
    content: url(../img/NeedleLeftYellow.png);
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: 196px;
    margin-top: -24px;
    z-index: 10000;
}

div.growlWrap.Red div.growlInner:before {
    content: url(../img/signWarning.png);
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -36px;
    margin-top: 5px;
    z-index: 10000;
}


div.growlWrap strong {
    color: yellow;
    display: block;
}
