.hand {
	cursor: pointer;
}
.notification-border-n {
	border: 1px solid #00ffff;
	background-color: #000000;
	color: #ffffff;
}
.notification-th-n {
	background: #26C3CE;
	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: 2px solid #ffffff;
	background-color: #000000;
	color: #ffffff;
}
.notification-th-e {
	background: #26C3CE;
	height: 19px;
}
.notification-title-e { /* Error message */
	color: #000000;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}