

.notification {
	position: relative;
	color: #666666;
	line-height: 200%;
	height: 25px;
	background: transparent;
	margin-bottom: 5px;
	text-indent: 30px;
	clear: both;
}

.notification_failure {
	background: pink url(/export/sites/default/brancaia/images/notaccepted.png) no-repeat 10px 5px
}

.notification_success {	
	background: lightgreen url(/export/sites/default/brancaia/images/accepted.png) no-repeat 10px 5px
}

span.errorStrong {
	background: transparent url(/export/sites/default/brancaia/images/notaccepted.png) no-repeat 10px 5px;
	background-position: top left;
	padding:5px;
	padding-left: 20px;
	color: #FF0000;
	font-size: 9px;
	/*vertical-align: top;*/
}