
div.jGrowl {
	z-index: 			9999;
}


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

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
	width: 				100%;
	
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				100%;
	left: 				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: #5985a1 url('/assets/images/icons/22/messagebox_warning.png') 10px 50%  no-repeat;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					100%;
	padding: 				20px 0 20px 50px;
	margin-top: 			0px;
	margin-bottom: 			0px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
}


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

div.jGrowl div.jGrowl-notification div.close {
	position:				fixed;
	top:					8px;
	right:					10px;
	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;
}

div.jGrowl div.error {
	background: #DB6e57 url('/assets/images/icons/22/messagebox_warning.png') 10px 50%  no-repeat;
}

div.jGrowl div.yellow {
	color:#1C0F04;
	background: #D7BA8B url('/assets/images/icons/22/messagebox_warning.png') 10px 50%  no-repeat;
}

div.jGrowl div.brown {
	background: #2E221E url('/assets/images/icons/22/messagebox_warning.png') 10px 50%  no-repeat;
}

