div.jGrowl {                                padding: 10px;z-index:999999; 
}
/** Normal Style Positions **/
body > div.jGrowl {
                                                position: fixed;
}
body > div.jGrowl.top-left {
                                                left: 0px; top: 0px;
}
body > div.jGrowl.top-right {
                                                right: 0px; top: 120px;
}
body > div.jGrowl.bottom-left {
                                                left: 0px; bottom:0px;
}
body > div.jGrowl.bottom-right {
                                                right: 0px; bottom: 0px;
}
body > div.jGrowl.center {
                                                top: 0px; 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 { font-family: Tahoma, Arial, Helvetica, sans-serif; text-shadow: 1px 1px 1px rgba(0,0,0,.3);
                                                width: 400px; zoom: 1; background-color: #DEF; border:6px solid #48C; color: #258;
                                                padding: 0 5px 15px 10px;
                                                margin-top: -20px;  margin-bottom: 20px;                                               
                                                font-size: 	14px; font-weight: bold; line-height:20px;
                                                text-align: left; border-radius: 5px;  -webkit-border-radius: 5px;
                                                display: none;
}
#jGrowl .message{                               padding:5px 10px; background-color:#ffe; color:#036; border:1px solid #6ac;
                                                border-radius: 3px;  -webkit-border-radius: 3px;
}
div.jGrowl div.jGrowl-notification {
                                                min-height:40px;
}
div.jGrowl div.jGrowl-notification div.header {font-weight: bold; font-size:10px; padding: 5px 0; height: 10px;
                                                 
}

div.jGrowl div.jGrowl-notification div.close {
                                                float:  right; font-weight:  bold;  font-size:  12px;  cursor:	 pointer;
}
div.jGrowl div.jGrowl-closer {
                                                height: 20px; padding-top: 4px; padding-bottom:4px;  cursor: pointer;
                                                font-size:	11px; font-weight: bold; text-align: center;
}