div.jGrowl {
	z-index: 			100000;
}

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

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

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

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				30%;
	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;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			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 {
	min-height: 			40px;
}

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

div.jGrowl div.jGrowl-notification div.close {
	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;
}

/* THEME FOR SITE MESSAGES */
div.jGrowl div.jGrowl-message {
	background-color: 		#96B8D3;
	opacity: 				.95;
	width:					300px;
	filter: 				alpha(opacity = 95);	
	border:					1px solid #324F6D;
}

div.jGrowl div.jGrowl-message div.message {
	color: 					#000;
	min-height: 			50px;
	height:					auto;
}

div.jGrowl div.jGrowl-closer.jGrowl-message {
	width:					300px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	border:					1px solid #324F6D;
	color: 					#000;
}

/* THEME FOR SITE ERRORS */

div.jGrowl div.jGrowl-error {
	width: 					270px;
	padding: 				0px;
	overflow: 				hidden;
	background-color: 		#FFF;
	border:					1px solid red;
}

div.jGrowl div.jGrowl-error div.message {
	padding: 				5px;
	color: 					red;
	min-height: 			30px;
	height:					auto;
}

div.jGrowl div.jGrowl-error div.header-growl {
	padding: 				5px;
	font-size: 				12px; 
	text-align: 			center; 
	background-color: 		red;
	min-height: 			14px;
	height:					auto;
	color:				#FFFFFF
}

div.jGrowl div.jGrowl-error div.close {
	padding: 				5px;
	color: 					#000;
	background-color: 		red;
	width:					17px;
}

div.jGrowl div.jGrowl-closer.jGrowl-error {
	padding-top: 			5px;
	padding-bottom: 		5px;
	color: 					red;
	height: 				15px;
	width: 					270px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	border:					1px solid red;
}