.growl-alert{ /*A growl Alert*/
	background-color: #f8f8f8;
	color: #000000;
	padding: 10px;
	width: 160px;
	margin-bottom: 30px;
	min-height: 40px;
	right: 30px;
	border: solid 4px #09337f;
}
.growl-alert-hover{border: solid 2px #BFBFBF}
.growl-keeper{ /*The container that has all the Growl alerts in it*/
	position: absolute;
	top: 10%;
	right: 30px;
	z-index: 1000;
}
.growl-icon{ /*The icon that shows up with the alerts*/
	margin-right: 5px;
	float: left;
}
.growl-text{ /*The text of the update*/
	margin-top: 3px;
	font: 85% Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
}