
div#jGrowl {
	position: 			fixed;
	padding: 			10px;
	padding-top: 140px;
	z-index: 			9999;
	/** Internet Explorer Hack **/
	_position:					absolute;
	_top:						expression(eval(document.body.scrollTop));
}

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 > div {
	background-color: 		#000;
	color: 					#fff;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	margin-left: 			auto;
	margin-right: 			auto;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
}

div#jGrowl > div.jGrowl {
	min-height: 			40px;
}

div#jGrowl > div.jGrowl > div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div#jGrowl > div.jGrowl > div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
	position:				relative;
	right:					-7px;
	top:					-10px;
}

div#jGrowl > div.closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}
