div.jGrowl
{
	color:#333;
	font-size:12px;
	padding:10px;
	position:absolute;
	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) 0 (ignoreMe2=document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft) ) 0 px );
	right:auto;
	top:expression((0+(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop) ) 0 px );
}

div.ie6.top-left
{
	left:expression((0+(ignoreMe2=document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft) ) 0 px );
	top:expression((0+(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop) ) 0 px );
}

div.ie6.bottom-right
{
	left:expression((0-jGrowl.offsetWidth+(document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth) 0 (ignoreMe2=document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft) ) 0 px );
	top:expression((0-jGrowl.offsetHeight+(document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight) 0 (ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop) ) 0 px );
}

div.ie6.bottom-left
{
	left:expression((0+(ignoreMe2=document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft) ) 0 px );
	top:expression((0-jGrowl.offsetHeight+(document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight) 0 (ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop) ) 0 px );
}

div.ie6.center
{
	left:expression((0+(ignoreMe2=document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft) ) 0 px );
	top:expression((0+(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop) ) 0 px );
	width:100%;
}

body > div.jGrowl
{
	position:fixed;
}

div.jGrowl.top-left
{
	left:0;
	top:0;
}

div.jGrowl.top-right
{
	top:75px;
	width:25%;
	left:37%;
}

div.jGrowl.bottom-left
{
	bottom:0;
	left:0;
}

div.jGrowl.bottom-right
{
	bottom:0;
	right:0;
}

div.jGrowl.center
{
	left:25%;
	top:0;
	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 {
	-moz-border-radius:5px;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-webkit-border-radius:5px;
	background-color:#fff;
	display:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:1em;
	margin-bottom:5px;
	margin-top:5px;
	opacity:1;
	text-align:left;
	zoom:1;
	border: 1px solid #666;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.8);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 20px 40px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 80px;
	position: relative;
	overflow: hidden;
}

div.jGrowl-notification.default
{
	background-image: url(../content/images/notification-icon.png);
}
div.jGrowl-notification.default:before {
	content: 'Warning';
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	background-color: #900;
	padding: 6px 6px 6px 10px;
	font-weight: bold;
}
div.jGrowl-notification.success
{
	background-image: url(../content/images/notification-success-icon.png);
}
div.jGrowl-notification.success:before {
	content: 'Success!';
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	background-color: #9C3;
	padding: 6px 6px 6px 10px;
	font-weight: bold;
}

/*div.jGrowl div.jGrowl-notification
{
	min-height:40px;
}*/

div.jGrowl div.jGrowl-notification div.jGrowl-header
{
	font-size:.85em;
	font-weight:700;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	font-size:1em;
	font-weight:700;
	z-index:99;
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	display: block;
	padding: 5px 10px;
	cursor: pointer;
}

div.jGrowl div.jGrowl-closer
{
	cursor:pointer;
	font-size:.9em;
	font-weight:700;
	padding-bottom:4px;
	padding-top:4px;
	text-align:center;
}

/*@media print {
	div.jGrowl
	{
		display:none;
	}
}*/