div.jGrowl {
		padding: 0px;
		z-index: 9999;
		font-size: 14px;
		margin: 0px;
}

		div.jGrowl div.message {
				font-size: 18px;
				font-weight: bold;
		}

div.ie6 {
		position: absolute;
}

		div.ie6.top-right {
				right: auto;
				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');
				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.top {
				left: 0px;
				top: 0px;
				width: 100%;
		}

		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: fixed;
		width: 100%;
		top: 0px;
}

		div.jGrowl.top-left {
				left: 0px;
				top: 0px;
		}

		div.jGrowl.top-right {
				right: 0px;
				top: 0px;
		}

		div.jGrowl.bottom-left {
				left: 0px;
				bottom: 0px;
		}

		div.jGrowl.bottom-right {
				right: 0px;
				bottom: 0px;
		}

		div.jGrowl.center {
				top: 0px;
				width: 50%;
				left: 25%;
		}

		div.jGrowl.top {
				top: 0px;
				left: 0px;
				width: 100%;
		}

div.center div.jGrowl-notification, div.center div.jGrowl-closer {
		margin-left: 0px;
		margin-right: 0px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
		background-color: #000;
		color: #fff;
		opacity: .85;
		filter: alpha(opacity = 85);
		zoom: 1;
		width: 235px;
		padding: 10px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align: center;
		display: none;
}

div.jGrowl div.jGrowl-notification {
		min-height: 20px;
}

		div.jGrowl div.jGrowl-notification div.header {
				font-weight: bold;
				font-size: 14px;
				display: none;
		}

		div.jGrowl div.jGrowl-notification div.close {
				float: right;
				font-weight: bold;
				font-size: 14px;
				cursor: pointer;
				margin-right: 20px;
		}

div.jGrowl div.jGrowl-closer {
		height: 15px;
		padding-top: 4px;
		padding-bottom: 4px;
		cursor: pointer;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
}

div.jGrowl div.warning {
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		background: #000000 none repeat scroll 0 0;
		overflow: hidden;
		width: 100%;
}

div.jGrowl div.success {
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		background: #006600 none repeat scroll 0 0;
		overflow: hidden;
		width: 100%;
}

div.jGrowl div.error {
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		background: #660000 none repeat scroll 0 0;
		overflow: hidden;
		width: 100%;
}
