div.growlUI { background-repeat: no-repeat }
	div.growlUI h1, div.growlUI h2 { color: white; padding: 5px 5px 5px 5px; text-transform: none; }
	div.growlUI h1 { font: bold 24px Helvetica, Arial, sans-serif; text-align: center; }
	div.growlUI h2 { font: bold 16px Helvetica, Arial, sans-serif; text-align: left; }
		div.growlUI li { list-style-position: inside; }
		div.growlUI li.errorMsg { list-style-image: url(); }
		div.growlUI li.warnMsg  { list-style-image: url(); }
		div.growlUI li.infoMsg  { list-style-image: url(); }
	div.growlUI div.close { float: right; margin: 0 8px; font: bold 12px sans-serif; cursor: pointer; }

input.ashlandJsfError, select.ashlandJsfError, span.ashlandJsfError input, select.ashlandJsfError+div.newListSelected, textarea.ashlandJsfError {
    border: 1px solid #d11d35 !important;
}