div.jGrowl {
    z-index: 9999;
    color: #333;
    font-size: 14px;
    position: relative;
}
div.ie6 {
    position: absolute;
}
div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth)+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
}
div.ie6.top-left {
    left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
}
div.ie6.bottom-right {
    left: expression((0 - jGrowl.offsetWidth+(document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth)+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
}
div.ie6.bottom-left {
    left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0 - jGrowl.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
}
div.ie6.center {
    left: expression((0+(ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft))+'px');
    top: expression((0+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
    width: 100%}
div.jGrowl {
    position: absolute;
}
body >div.jGrowl {
    position: fixed;
}
div.jGrowl.top-left {
    left: 0;
    top: 0;
}
div.jGrowl.top-right {
    right: 0;
    top: 0;
    top: 50%;
    left: 0;
    margin: auto;
}
div.jGrowl.bottom-left {
    left: 0;
    bottom: 0;
}
div.jGrowl.bottom-right {
    right: 0;
    bottom: 0;
}
div.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%;
}
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 {
    background-color: #fff;
    position: relative;
    opacity: .95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    zoom: 1;
    width: 235px;
    padding: 20px;
    margin: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
div.jGrowl div.jGrowl-notification {
    min-height: 140px;
    padding-top: 40px;
}
div.jGrowl div.jGrowl-notification, 
div.jGrowl div.jGrowl-closer {
    margin: 10px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    cursor: pointer;
}
div.jGrowl div.jGrowl-closer {
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background: rgba(0,0,0,0);
}
@media print {
    div.jGrowl {
    display: none;
}
}div.jGrowl div.errors {
    background-color: #e8b655;
    color: #222;
}
div.jGrowl div.errors div.jGrowl-header {
    padding-bottom: 5px;
    color: #000;
}
div.jGrowl div.infos {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
}
div.jGrowl div.infos div.jGrowl-header {
    padding-bottom: 5px;
    color: #ff0;
}
div.jGrowl div.okays {
    background-color: #fff;
    color: #292929;
}
div.jGrowl div.okays div.jGrowl-header {
    padding-bottom: 5px;
    color: #de2e3a;
}