.jgrowlInfo{
	background: url(information.png) no-repeat 6px 10px;
	background-color: #112277 !important;
}
.jgrowlError{
	background: url(exclamation.png) no-repeat 6px 10px;
	background-color: #771122 !important;
}
.jgrowlOk{
	background: url(accept.png) no-repeat 6px 10px;
}
.jgrowlOkWarn{
	background: url(exclamation.png) no-repeat 6px 10px;
}
.jgrowlWarn{
	background: url(exclamation.png) no-repeat 6px 10px;
	background-color: #A68100 !important;
}
.jgrowlPoint{
	background: url(add.png) no-repeat 6px 10px;
	min-height:30px !important;
}