/* Demo Adjustements
------------------------------ */

/* Disabled save/cancel actions */

.n-save {
	background-image: url(i-save.png) !important;
}
	.n-save a,
	.n-abort a {
		color: #AAA !important;
		opacity: .2;
		cursor: default;

		filter: alpha(opacity = 50);
		//zoom: 1;
	}
	
	
/* Notification */

#notification h2 {
	font-size: .85em !important;
}
	#notification h2 a {
		color: #0854C7;
	}
#notification p.notice {
	color: #7BA3DE;
	font-size: .8em !important;
}
