.hand {
	cursor: pointer;
}
.notification-border-n {
	border: 1px solid #b8bd33;
	background-color: #f3f8fc;
	color: #2b2b2b;
}
.notification-th-n {
	background: #b8bd33;
	height: 19px;
}
.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;
}