#notifications {
	position:fixed;
	top:0;
	right:0;
	padding: 10px 160px 10px 10px;
	background:transparent url(/assets/img/trans-yellow.png) top left repeat;
	color:#333;
	z-index:4000;
	display:none;
	text-align:center;
	font-size:18px;
	border-bottom:1px solid #ccc;
	font-family:arial, sans-serif;
}
#notifications span.alert  {
	background:url(/assets/img/notifications/alert.png) 0 4px no-repeat;
	padding:0 0 0 1em;
	font-weight:bold;
	
}
#notifications span.error  {
	color:#b00000;
	font-weight:bold;
}
#notifications span.close {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#0000EE;
	cursor: pointer;
	background: transparent url(/assets/img/notifications/close.png) no-repeat scroll center left;
	padding: 3px 0 3px 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}

#notifications span.close img {
	display: none;
}

