
/** Notifiche di Dnotify, sempre utile */
#dNotify {position: fixed; z-index:10000;  top: 0px;left: 0px;width: 100%;height: auto;text-align: center;}
#dNotify .msg {position: relative;width: 100%;display: none; padding-top: 9px;padding-bottom: 9px;}
#dNotify .msg img.icon {border: 0;	vertical-align: middle;	height: 22px;}
#dNotify .msg img.icon.left {	float: left;	margin-left: 15px;	}
#dNotify .msg img.icon.right {	float: right;	margin-right: 15px;	}
#dNotify .msg.warn {	background-color: #eaaf51;	border-color: #d99a36; color: #fff;}
#dNotify .msg.bad {	background-color: #de4343;	border-color: #c43d3d; color: #fff;}
#dNotify .msg.good {	background-color: #61b832;	border-color: #55a12c; color: #fff;}