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

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

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess {
	position:fixed;
	background:#cf035c;
	color:#fff;
	font-size:19px;
	padding:20px 10px;
	text-align:center;
	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:fixed;
	background:#f3eede;
	color:#7a6c3f;
	font-size:19px;
	padding:20px 10px;
	text-align:center;
	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
}