#jGrowl .jGrowl-notification {
background-image: none;
color: #232323;
padding-left: 34px;
padding-right: 14px;
border: 0 none;
}

/* changed to fit the sites theme */
#jGrowl .jGrowl-notification { width:400px !important; background-color: #fff !important;
  border-radius: 0px; -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3); box-shadow: 0 0 10px rgba(0,0,0,0.3); padding-top: 50px; padding-bottom: 50px;}

#jGrowl .jGrowl-notification.status { background-image: none; background-image: none; font-size: 16px; font-weight: bold; font-family: "Interstate", sans-serif; border: 1px solid #881135; }
#jGrowl .jGrowl-notification.warning { background-image: none; background-image: none; font-size: 16px; font-weight: bold; font-family: "Interstate", sans-serif; border: 1px solid #881135;}
#jGrowl .jGrowl-notification.error { background-image: none; font-size: 16px; font-weight: bold; font-family: "Interstate", sans-serif; border: 1px solid #881135;}
#jGrowl .jGrowl-notification a { color: #881135;; border-bottom: 1px dotted #7392d4; }
#jGrowl .jGrowl-notification .jGrowl-message { padding-right: 34px;  white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ word-break: initial;}
#jGrowl .jGrowl-notification .jGrowl-close { font-size: 1.2em; color: #9caac9; }
#jGrowl .jGrowl-closer { padding-right: 24px; padding-left: 24px; background-image: none; background-color: #e1e6ee; border: 1px solid #9caac9; color: #9caac9; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0 none;
    background-image: none;
}
.jGrowl.center {
    top: 0;
    left: 45%;
    width: auto;
    margin: 0 0 0 -130px;
}
