div.jGrowl
	{
	padding: 0;
	}

div.jGrowl ul
	{
	list-style-type: circle;
	margin: 0 0 0 15px;
	}

div.jGrowl div.jGrowl-notification
	{
	width: 750px;
	min-height: 18px;
	margin: 0 auto;
	text-align: center;
	opacity: 0.97;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	}

div.jGrowl div.jGrowl-notification .jGrowl-message
	{
	display: inline-block;
	padding: 1px 0 2px 19px;
	background-repeat: no-repeat;
	background-position: left top;
	}

/* 
	jGrowl custom themes 
*/
.jGrowl a
	{
	color: #EAFF00;
	text-decoration: underline;
	}

.jGrowl a:hover
	{
	color: #FFE64A;
	}

div.jGrowl div.info
	{
	background-color: #2CB11C;
	}

div.jGrowl div.error
	{
	background-color: #D10016;
	}

div.jGrowl.center
	{
	margin-left: -495px;
	width: 990px;
	left: 50%;
	}

div.jGrowl .jGrowl-close
{
	display:none;
}