#jquery-notification {
	background: transparent url(../images/Notification/black-75.png) repeat;
	border-radius: 12px;
	padding: 20px;
	cursor: pointer;
}

#jquery-notification-message {
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #FF2222;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	text-align: center;
	white-space: nowrap;
}