.jGrowl {
    z-index: 9999;
    position: fixed;
    top: 50px;
    right: 100px;
    width: 293px;
    margin: 20px;
}

.jGrowl.top-left, .jGrowl.top-right, .jGrowl.bottom-left, .jGrowl.bottom-right, .jGrowl.center {
    top: 0;
    margin-left: 145px;
}

.jGrowl-notification {
    display: none;
    margin-bottom: 10px;
    border: 1px solid #C1E7AD;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
}

.jGrowl-notification.error {
    border: 1px solid #FCCCCC;
}

.jGrowl-notification.warning {
    border: 1px solid #FFE74E;
}

.jGrowl-notification.ui-state-highlight {
    position: relative;
    min-height: 34px;
    border: 1px solid #FFF;
    overflow: hidden;
    background: #C5EAB3 url(/static/img-new/messages/green-message-background.png) repeat-x;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
}

.jGrowl-notification.error.ui-state-highlight {
    background: #FCBDBD url(/static/img-new/messages/red-message-background.png) repeat-x;
}

.jGrowl-notification.warning.ui-state-highlight {
    background: #FEF2A7 url(/static/img-new/messages/yellow-message-background.png) repeat-x;
}

.jGrowl-notification.ui-state-highlight .jGrowl-header {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    background: url(/static/img-new/messages/messages-sprite.png) 0 0 no-repeat;
}

.jGrowl-notification.error .jGrowl-header {
    background: url(/static/img-new/messages/messages-sprite.png) -18px 0 no-repeat;
}

.jGrowl-notification.warning .jGrowl-header {
    background: url(/static/img-new/messages/messages-sprite.png) -36px 0 no-repeat;
}

.jGrowl-notification.ui-state-highlight .jGrowl-message {
    float: left;
    margin: 10px 0 10px 38px;
    font-size: 13px;
    color: #000;
    width: 237px;
    font-family: 'Regular', Arial;
    text-align: left;
}

div.jGrowl div.jGrowl-close {
    display: none;
}
