
div.jGrowl {
	z-index: 			9999;
}
/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

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%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.center {
	top: 				50%;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
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-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	height:                 46px;
	padding: 				10px;
	margin-top: 			0px;
	margin-bottom: 			50px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

	div.jGrowl div.manilla {
				background-color: 		#d5e2ed;
				font:                   100% arial;
				color: 					navy;
				padding:                10px;
				width: 					400px;
				height:                 100px;
				text-align:             center;
				line-height:            160%;
		    }
			
			div.jGrowl div.close {
				display: 				none;
			}


