DIV.notification-error {
	background:#DB5656 url(../imgs/icon_warn.png) no-repeat scroll 2px 2px;
	border:thin solid red;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	line-height:2em;
	padding-left:2em;
}

DIV.notification-info {
	background:#98A73E url(../imgs/icon_info.gif) no-repeat scroll 2px 1px;
	border:thin solid green;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	line-height:2em;
	padding-left:2em;
}

DIV.notification-error A{
    background-color:white;
	background-image:none;
	border:thin solid red;
	color:#DB5656;
	line-height:1.4em;
	margin:3px ;
	padding:0 3px 0 3px !important;
}
	