/*PE_FILE_COMMENT JGrowl 1.2.0 PE_FILE_COMMENT*/
div.jGrowl div.success {
	background: url(../images/Check.png) no-repeat 6px 6px;
}
div.jGrowl div.error {
	background: url(../images/Error.png) no-repeat 6px 6px;
}
div.jGrowl div.warning {
	background: url(../images/Alert.png) no-repeat 6px 6px;
}
div.jGrowl div.postit {
	background: url(../images/PostIt.png) no-repeat 0px 0px;
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#E7EFF2;
	color: 					#003366;
	border: medium #003366 solid;
	opacity: 				.85;
	width: 					300px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

/* original jGrowl css styling */

div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

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

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 	bold;
	font-size:		14px;
	margin-left: 	60px;
}
div.jGrowl div.jGrowl-notification div.message {
	font-size:		12px;
	margin-left: 	60px;
}
div.jGrowl div.jGrowl-notification p {
	font-size:		6px;
}

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}
/*Postit*/
div.jGrowl > div.postit {
	opacity:.95;
	border:0;
	background-color:#FFF;
	color:#333;
	width:330px;
	height:170px;
	display:block;
	overflow:hidden;

}
div.jGrowl > div.postit div.header {
	font-weight: 	bold;
	font-size:		14px;
	margin-left: 	0px;
}
div.jGrowl > div.postit div.message {
	font-size:		12px;
	margin-left: 	0px;
}
div.jGrowl > div.postit p {
	font-size:		6px;
}

div.jGrowl > div.postit div.header span.dont_miss, .dont_miss {
	color:			#F00;
}
div.jGrowl > div.postit div.header span.very_important, .very_important {
	color:			#FF8000;
}
div.jGrowl > div.postit div.header span.important, .important {
	color:			#000;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
}

div.ie6.top-left {
}

div.ie6.bottom-right {
}

div.ie6.bottom-left {
}

div.ie6.center {
	width: 				100%;
}

/** 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: 				0px;
	width: 				50%;
	left: 				25%;
}

