.hand {
	cursor: pointer;
}
.notification-border-n {
	border: 1px solid #3b3430;
	background-color: #2f2723;
	color: #CCC;
}
.notification-th-n {
	height: 19px;
	background-image: url(../images/thead.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 #3b3430;
	background-color: #2f2723;
	color: #FFF;
}
.notification-th-e {
	height: 19px;
	background-color: #2f2723;
}
.notification-title-e { /* Error message */
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}