div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	opacity: 				.9;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=90); 

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
	box-shadow: 0 2px 15px #000000;
}

div.jGrowl div.jGrowl-notification {
	min-height: 60px !important;
	min-width: 280px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close .jGrowl-close-button-wrap {
    background: none repeat scroll 0 0 #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #111111;
    margin: 0 0 0 10px;
    opacity: 0.6;
    padding: 5px;
    visibility: hidden;
}

div.jGrowl div.jGrowl-notification:hover div.jGrowl-close .jGrowl-close-button-wrap {
    visibility: visible;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close .jGrowl-close-button-wrap a {
    color: #B1DAFF;
    text-shadow: none;
    background: url("/design/css/img/notifier_close.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 7px;
    opacity: 0.6;
    width: 7px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close:hover .jGrowl-close-button-wrap a {
    opacity: 1.0;
}

body div.jGrowl div.jGrowl-notification div.jGrowl-header {
	color: #B1DAFF;
	font-size: 1em;
	padding-bottom: 3px;
}

div.jGrowl-message {
	color: #fff;
}