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