@CHARSET "UTF-8";
.notification {
	position:absolute;
	top:-500px;
	font-size: 11px;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	z-index: 13000;
	background: url(../images/libs/notification-bg.png) repeat;
}

.notification-title {
	margin: 10px auto 0px auto;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.notification-description {
	margin: 1px auto 0px auto;
	color:#ffffff;
}

.notification-title.error {
	color:#F89811;
}
.notification-title.message {
	color: #9FD4FF;
}
.notification-title.text {
	color: #c0c0c0;
}