.notification{
	background:url(/images/core/notificationbg.gif) repeat-x scroll 0 0 transparent;
	margin:0 auto 4px auto;
	width:500px;
	min-height:11px;
	clear:both;
	color:#4D4D4D;
	border:1px solid #D6D6D6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:5px 5px 7px 10px;
}
.notification .close{
	background:url(/images/core/close.gif) no-repeat left top;
	text-indent:-9999px;
	cursor:pointer;
	float:right;
	height:13px;
	width:13px;
}
.notification .close:hover{
	background-position:left bottom;
}
.notification .message{
	display:inline;
	font-size:11px;
}
.notification .footer{
}
div#notifications div.error{
	border:1px solid #ff4444;
	color:#ff4444;
}
div#notifications div.warn{
	border:1px solid #ffa500;
	color:#ffa500;
}
div#notifications div.notice{
	border:1px solid #3996dd;
	color:#3996dd;
}
div#notifications div.info{
	border:1px solid #D6D6D6;
	color:#4D4D4D;
}
