/*
Part of JS_Growl Mootools based notifier
Version 0.2
Developed and maintained by Carlos Ouro
http://techtrouts.com
*/
#JS_Growl_container{
	position:fixed;
	top:-40px;
	left:-50px;
	width:389px;
	height:auto;
	height:189px;
	border:0;
	background:transparent;
	padding-top:10px;
}
.JS_Growl_notify, .JS_Growl_notify_IE6{
	margin-right:5px;
	padding: 90px 0px 0px 148px;
	border:0;
	color:#fff;
	font-size:0.9em;
	display:none;
	font-weight: bold;
}
.JS_Growl_notify{
	background:url(growl-splat.png) no-repeat;
	min-height:189px;
}
.JS_Growl_notify_IE6{
	background:url(growl-splat.gif) no-repeat;
	height:189px;
}