/*
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:50px;
	/*left:100%;*/
	right: 10px;
	width:225px;
	/*margin-left:-225px;*/
	height:auto;
	border:0;
	background:transparent;
	z-index: 10;
	/*margin-bottom: 20px;*/
}
.JS_Growl_notify, .JS_Growl_notify_IE6{
	padding:15px 20px;
	/*width:200px;*/
	/*height:50px;*/
	border:0;
	color:#fff;
	font-size:1em;
	font-weight: bold;
	display:none;
}
.JS_Growl_notify{
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	/*background:url(../gfx/common/growl/growl.png) no-repeat;*/
}
.JS_Growl_notify_IE6{
	/*background:url(../gfx/common/growl/growl.gif) no-repeat;*/
}