.jnotify-container {
	position: fixed; 
	bottom: 12px;
	right: 12px;
	z-index: 100000;
}

.jnotify-notification {
	position: relative;
	margin-top: 6px;
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}

.jnotify-background {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90; 
	z-index: 1; 
	border: solid #ef712d 2px;
	background-color: #fff9ee;
}

a.jnotify-close, a.jnotify-close:link, a.jnotify-close:visited, a.jnotify-close:focus,
		a.jnotify-close:hover {
	position: absolute;
	padding: 3px 6px;
	text-decoration: none;
	z-index: 3;
	cursor: pointer;
}

.jnotify-message {
	position: relative;
	z-index: 2;
	top: 3px;
	padding: 9px 18px;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}