/*****************/
/** jNotify CSS **/
/*****************/
#jNotify {
	position:fixed;
	background:#4589ce ;
	color:#fff;
	font-size:19px;
	padding:20px 10px;
	text-align:center;
	margin:15px;
	font-family: 'Nobel Book';
	line-height: 1.5;
	z-index:9999;

}
#jNotify a {color:#fff !important;text-decoration:underline;}

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess {
	position:absolute;
	background:#cf035c  url('../grafika/success.png') no-repeat 15px center;
	color:#fff;
	border:1px solid #fff;
	padding:20px 10px;
	padding-left:50px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}
#jSuccess a {color:#fff !important;text-decoration: none;}



/****************/
/** jError CSS **/
/****************/
#jError {
	position:absolute;
	background:#f3eede  url('../grafika/error.png') no-repeat 15px center;
	color:#7a6c3f;
	border:1px solid #dad0af;
	padding:20px 10px;
	padding-left:50px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jError a {color:#8a1f11 !important;text-decoration:none;}

/** OVERLAY **/
#jOverlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9998
}