/*****************/
/** jNotify CSS **/
/*****************/
#jNotify {
  position: absolute;
  background: #d8e6fc /*url('info.png')*/ no-repeat 15px center;
  color: #35517c;
  border: 1px solid #a7c3f0;
  padding: 10px 15px;
  /*padding-left:50px;*/
  margin: 15px;
  z-index: 9999;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#jNotify a {
  color: #35517c !important;
  text-decoration: none;
}

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess {
  position: absolute;
  background: green /*url('success.png')*/ no-repeat 15px center;
  color: #111111;
  line-height: 20px;
  border: 1px solid #c6d880;
  padding: 10px 15px;
  /*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: #ff9628 /*url('error.png')*/ no-repeat 15px center;
  color: #000000;
  line-height: 20px;
  border: 1px solid #fbc2c4;
  padding: 10px 15px;
  /*padding-left:50px;*/
  margin: 15px;
  z-index: 9999;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#jError a {
  color: #000000 !important;
  text-decoration: none;
}

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