.hand {
	cursor: pointer;
}
.notification-border-n {
	border: 1px solid #0d0d0e;
	background-color: #f3f8fc;
	color: #2b2b2b;
}
.notification-th-n {
	height: 19px;
	background-color: #9e0326;
	background-image: url(../images/notifications.png);
	background-repeat: repeat-x;
}
.notification-title-n { /* Notification message */
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
.notification-body {
	padding: 6px 10px;
	text-align: justify;
}
.notification-border-e {
	border: 1px solid #46470d;
	background-color: #fcf3f3;
	color: #2b2b2b;
}
.notification-th-e {
	background: #46470d;
	height: 19px;
}
.notification-title-e { /* Error message */
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}