div.growl-container {
  position: absolute;
  right: 0;
  top: 30px;
  width: 235px;    
}

/** Growler Notice Custom Styling **/
div.Growler-notice {
	background-color: 		#ddd;
	float: right;
	clear: right;
	z-index: 2;
	color: 					#000;
	opacity: 				.90;
	filter: 				alpha(opacity = 80);
	zoom: 					1;
	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: 				block;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	min-height: 			40px;
}

div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
}

div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
}
