#growlcontainer {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1000;
	font-size: 12px;
	width: 300px;
	font: 12px/14px Verdana;
}
.growlstatus {
	position: relative;
	background-color: #fff; /*fallback for ie*/
	background-color: rgba(255, 255, 255, 0.5);
	border: 3px #8b8f93 solid;
	padding: 12px 15px;
	color: #000;
	margin-bottom: 5px;
	border-radius: 10px;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
}
.growlstatus .growltitle {
	font-weight: bold;
	color: #6a6d71;
	margin-bottom: 10px;
}
.growlstatusclose {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
	background: transparent url('img/close.png') no-repeat;
}
.growlstatus:hover {
	background-color: rgba(255, 255, 255, 0.8);
	border: 3px #666 solid;
}
.growlstatus:hover .growlstatusclose {
	display: block;
}
.growlwithicon {
	padding-left: 75px;
	background-position: 7px 15px;
	background-repeat: no-repeat;
	line-height: 14px;
}

/****** growl icons ******* 
--------------------------*/
.growlicon_mail {
	background-image: url('img/mail.png');
}