div.jGrowl
{
	color: #fff;
	font-size: 12px;
	padding: 10px;
	z-index: 9999;
}
div.ie6
{
	position: absolute;
}
div.ie6.top-right
{
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth :document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft ) ) + 'px' );
	right: auto;
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop ) ) + 'px' );
}
div.ie6.top-left
{
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop ) ) + 'px' );
}
div.ie6.bottom-right
{
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth :document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight :document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop ) ) + 'px' );
}
div.ie6.bottom-left
{
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight :document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop ) ) + 'px' );
}
div.ie6.center
{
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop ) ) + 'px' );
	width: 100%;
}
div.jGrowl
{
	position: absolute;
}
body > div.jGrowl
{
	position: fixed;
}
div.jGrowl.top-left
{
	left: 0px;
	top: 0px;
}
div.jGrowl.top-right
{
	right: 0px;
	top: 66px;
}
div.jGrowl.bottom-left
{
	bottom: 0px;
	left: 0px;
}
div.jGrowl.bottom-right
{
	bottom: 0px;
	right: 0px;
}
div.jGrowl.center
{
	left: 25%;
	top: 0px;
	width: 50%;
}
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
{
	background:url("bg-azul-pattern.gif") repeat scroll 0 0 #0E609E;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	opacity: .90;
	padding: 9px 12px 12px;
	text-align: left;
	webkit-border-radius: 5px;
	width: 280px;
	zoom: 1;
}
div.jGrowl div.jGrowl-notification
{
	min-height: 40px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-header
{
	font-weight: 			normal;
	font-size:				22px;
	line-height:			22px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-close
{
	cursor: pointer;
	float: right;
	font-size: 1em;
	font-weight: bold;
	z-index: 99;
}
div.jGrowl div.jGrowl-closer
{
	cursor: pointer;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}
@media print
{
	div.jGrowl
	{
		display: none;
	}
}
