div#noticeevents {
	border: 1px solid #999;
}
div#noticeevents div {
	border-bottom: 1px dotted #DDD;
	padding: 3px;
	margin: 0px;
}

/** Growler Notice Custom Styling **/
div.Growler-notice {
	background-color: 		#000;
	color: 					#fff !important;
	/*opacity: 				.85;
	filter: 				alpha(opacity = 85);*/
	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: 				none;
	border-radius: 	        5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	border:                 2px solid #fff;
	min-height: 			40px;
}

div.Growler-notice-body {
	color: 					#fff;
}

div.Growler-notice-head {
	color: 					#fff;
	font-weight: 			bold;
	font-size:				12px;
}

div.Growler-notice-exit {
	color: 					#fff;
	float: 					right;
	font-weight: 			bold;
	font-size: 				18px;
	line-height:            18px;
	vertical-align:         top;
	cursor:					pointer;
}