/*****************/
/** jNotify CSS **/
/*****************/
#jNotify {
	position:absolute;
	height: 100px;
	width: 260px;
	background:#d8e6fc  url('../img/budget-badge.jpg') no-repeat;
	color:#35517c;
	border:1px solid #a7c3f0;
	padding:0;
	margin-right:140px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jNotify a {color:#35517c !important;text-decoration:none;}


/** OVERLAY **/
#jOverlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9998
}