﻿div.jGrowl div.jGrowl-error {
	background-color: 		red;
	color: 					#fff;
	filter:                 alpha(opacity=85);
    opacity:                0.85;
	width: 					235px;
	padding: 		        20px 10px 0px 10px;
	margin-top: 			10px;
	margin-bottom: 			5px;
	font-size: 				14px;
	font-weight:            bold;
	text-align: 			center;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-success {
	background-color: 		#105520;
	color: 					#fff;
	filter:                 alpha(opacity=85);
    opacity:                0.85;
	width: 					235px;
	padding: 		        20px 10px 0px 10px;
	margin-top: 			10px;
	margin-bottom: 			5px;
	font-size: 				14px;
	font-weight:            bold;
	text-align: 			center;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}
