
div.jGrowl {
	padding: 			0;
	z-index: 			9999;
	color: 				#fff;
	width: 100%;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
	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' );
	
}

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

/** 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;
	zoom: 					1;
	padding: 				5px 10px;
	margin: 				10px;
	margin-top: 			3px;
	margin-bottom: 			3px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	color: #fff;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}

/** Coloring **/

div.jGrowl div.jgrowl-ERROR {
	background-color: #BF311A !important;
}

div.jGrowl div.jgrowl-INFO {
	background-color: #008000 !important;
}

div.jGrowl div.jgrowl-WARNING {
	background-color: #FFA500 !important;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
