/*****************/
/** jNotify CSS **/
/*****************/
#jNotify {
	position:absolute;
	background:white  url('../images/info.jpg') no-repeat 15px center;
	
	/*border:10px solid #a7c3f0;*/
	border:10px solid #007FC2;
	
	
	cursor:default;
	z-index:9999;
	-moz-border-radius : 15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	
	 font-family:Verdana;
      font-size:12px;
      width:700px;
      color:Black;
      padding-top:20px;
      padding-bottom:20px;
      padding-left:160px;
      
      margin:15px;
}
#jNotify a {color:#35517c !important;text-decoration:none;}

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess {
	position:absolute;
	background:#E6EFC2  url('../success.png') no-repeat 15px center;
	color:#264409;
	border:1px solid #C6D880;
	padding:10px;
	padding-left:50px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jSuccess a {color:#264409 !important;text-decoration:none;}



/****************/
/** jError CSS **/
/****************/
#jError {
	position:absolute;
	background:#FBE3E4  url('../error.png') no-repeat 15px center;
	color:#8a1f11;
	border:1px solid #FBC2C4;
	padding: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;
	
}