
/* jMessage
------------*/

	#jNotice {
		position: fixed;
		left: 50%;
        bottom: 2px;
		z-index:9999;
		width: 250px;
		padding: 10px;
		margin-left: -100px; /* hälfe von Breite */
		line-height: 15px;
		color: #FFFFFF;
		/* Grüner Hintergrund */
		background: #62c06b; /* Old browsers */
		background: -moz-linear-gradient(top, #62c06b 0%, #34923c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c06b), color-stop(100%, #34923c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #62c06b 0%, #34923c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #62c06b 0%, #34923c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #62c06b 0%, #34923c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #62c06b 0%, #34923c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c06b', endColorstr='#34923c', GradientType=0 ); /* IE6-9 */
	}

	/* Infos */
	#jNotice.infoMessage {

	}

	/* Fehler */
	#jNotice.errorMessage {
		background: #d36a51; /* Old browsers */
		background: -moz-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d36a51), color-stop(100%, #c9482b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d36a51 0%, #c9482b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36a51', endColorstr='#c9482b', GradientType=0 ); /* IE6-9 */
	}

	/* Erfolg */
	#jNotice.successMessage {

	}

	/* Warnung */
	#jNotice.warningMessage {
		background: #d36a51; /* Old browsers */
		background: -moz-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d36a51), color-stop(100%, #c9482b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d36a51 0%, #c9482b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36a51', endColorstr='#c9482b', GradientType=0 ); /* IE6-9 */
	}