#jNotify {
	position:absolute;
	background:#d8e6fc  url('/cms/interface_v4/icons/32x32/info.png') no-repeat 15px 12px;
	color:#35517c;
	border:1px solid #a7c3f0;
	padding: 20px 20px 5px 60px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jNotify a {color:#35517c !important;text-decoration:none;}
#jNotify p:first-child { margin-top: 0; }

#jSuccess {
	position:absolute;
	background:#E6EFC2  url('/cms/interface_v4/icons/32x32/hacken_gruen.png') no-repeat 15px 12px;
	color:#264409;
	border:1px solid #C6D880;
	padding: 20px 20px 20px 60px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jSuccess a {color:#264409 !important;text-decoration:none;}
#jSuccess p:first-child { margin-top: 0; }

#jError {
	position:absolute;
	background:#FBE3E4  url('/cms/interface_v4/icons/32x32/achtung.png') no-repeat 15px 12px;
	color:#8a1f11;
	border:1px solid #FBC2C4;
	padding: 20px 20px 5px 60px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jError a {color:#8a1f11 !important;text-decoration:none;}
#jError p:first-child { margin-top: 0; }

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

#jNotify .button,
#jSuccess .button,
#jError .button {
  display: inline-block;
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 4px 10px 4px 10px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}