div.jGrowl {
	color: 				#fff;
	font-size: 			12px;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			relative;
}

body > div.jGrowl {
	position:			relative;
}

/** 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 {
	zoom: 					1;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	border-radius:5px;
}

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

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
div.jGrowl div.error {
	background: transparent 5px no-repeat;
	color:#FFFFFF !important;
	width: 960px;
	margin: 0 auto;
	background: #B40202;
}

div.jGrowl div.countdown {
	background: #ECF1FA 10px 50%  no-repeat;
}

div.jGrowl div.warning {
	background: transparent 5px no-repeat;
	color:#333333 !important;
	width: 960px;
	margin: 0 auto;
	background: #FFCC00;
}

div.jGrowl div.notice {
	background: transparent 5px no-repeat;
	color:#FFFFFF !important;
	width: 960px;
	margin: 0 auto;
	background: #0066CC;
}

div.jGrowl div.success {
	background: transparent 5px no-repeat;
	color:#FFFFFF !important;
	width: 960px;
	margin: 0 auto;
	background: #009900;
}

div.jGrowl a {color:#FFF !important; font-weight:bold;}

.attendstar-alert {
  	display: none;
}
