div.jGrowl {
    z-index:            9999;
    color:              #222222;
    font-size:          12px;
    text-shadow:        0 1px 0 #FFF;
    
    margin:             0 10px;
    /* box-shadow:         0 1px 3px rgba(0, 0, 0, 0.25);*/
    overflow:           hidden;
    border-radius:      0 0 2px 2px;
}

/** Normal Style Positions **/
div.jGrowl {
    position:           absolute;
}

body > div.jGrowl {
    position:           fixed;
}

div.jGrowl.top-left {
    left:               0px;
    top:                0px;
}

div.jGrowl.top-right {
    right:              0px;
    top:                0px;
}

div.jGrowl.bottom-left {
    left:               0px;
    bottom:             0px;
}

div.jGrowl.bottom-right {
    right:              0px;
    bottom:             0px;
}

div.jGrowl.center {
    top:                15px;
    width:              50%;
    left:               25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center /*div.jGrowl-closer*/ {
    margin-left:        auto;
    margin-right:       auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    zoom:                   1;
    width:                  235px;
    padding:                0px;
    font-family:            Tahoma, Arial, Helvetica, sans-serif;
    font-size:              1em;
    text-align:             left;
    display:                none;
    /*border-bottom:          1px solid #000;*/
    /* border-top:             1px solid #000000; */
    background-color:       #F9E531;
}

div.jGrowl div.jGrowl-notification:first-child {
    border-top:             none;
}

div.jGrowl div.jGrowl-notification:last-child, div.jGowl div.jGowl-closer:last-child {
    border-bottom:          none;
    border-radius:          0 0 2px 2px;
    overflow: hidden;
}

/* div.jGrowl div.jGrowl-notification:hover {
    background:             url(../img/external/jGrowl/bg-hover.png) repeat-x #3675b4; 
    border-top-color:       #3675b4;
    color:                  #fff;
    text-shadow:            0 1px 0 rgba(0,0,0,0.5);
    box-shadow:             inset 0 1px 0 0 rgba(255,255,255,0.3);
}*/

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    background-color: #F9E531;
}


div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight:            bold;
    font-size:              .85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index:                99;
    float:                  right;
    font-weight:            bold;
    font-size:              1em;
    cursor:                 pointer;
    background-color: #F9E531;
    padding-right: 10px !important;
}

div.jGrowl div.jGrowl-closer {
    padding:            10px;
    margin:             10px;
    cursor:                 pointer;
    font-size:              .9em;
    font-weight:            bold;
    text-align:             center;
}

div.jGrowl div.information .jGrowl-message, div.jGrowl div.success .jGrowl-message, div.jGrowl div.error .jGrowl-message, div.jGrowl div.warning .jGrowl-message, div.jGrowl div.saved .jGrowl-message {
    /*background: url("/static/ijz3/img/icons/packs/fugue/16x16/shadeless/information.png") no-repeat scroll 10px 50% #000;*/
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: #F9E531;
    padding: 25px;
}

/*div.jGrowl div.success .jGrowl-message { background-image: url("/static/ijz3/img/icons/packs/fugue/16x16/shadeless/tick-circle.png"); }
div.jGrowl div.error .jGrowl-message { background-image: url("/static/ijz3/img/icons/packs/fugue/16x16/shadeless/cross-circle.png"); }
div.jGrowl div.information .jGrowl-message { background-image: url("/static/ijz3/img/icons/packs/fugue/16x16/shadeless/information.png"); }
div.jGrowl div.warning .jGrowl-message { background-image: url("/static/ijz3/img/icons/packs/fugue/16x16/shadeless/exclamation.png"); }
div.jGrowl div.saved .jGrowl-message { background-image: url("/static/ijz3/img/icons/packs/fugue/16x16/shadeless/disk-black.png"); }*/

/** Hide jGrowl when printing **/
@media print {
    div.jGrowl {
        display:            none;
    }
}
