@CHARSET "UTF-8";
.notificationpanel {
	background-color: #fff;
	min-width: 150px;
	padding: 3px;
	z-index: 999;
	border-radius: 8px;
}

.notificationpanel_bottom_detail_form {
	position: absolute;
	top: 0;	
}

/* success */
.notificationpanel_border_250 {
	border: 3px solid #2d862d;
	box-shadow: 0px 0px 5px #000;
	right: 0;
}

.notificationpanel_row_SUCCESS {
	color: #2d862d;
	list-style-type: none;
}

/* info */
.notificationpanel_border_200 {
	border: 3px solid #0053a0;
	box-shadow: 0px 0px 5px #000;
	position: fixed;
	left: 0;
}

.notificationpanel_row_INFO {
	/*color: #0053a0;*/
	list-style-type: none;
}

/* warning */
.notificationpanel_border_300 {
	border: 3px solid #FF9900;
	box-shadow: 0px 0px 6px #000;
	right: 0;
}

.notificationpanel_row_WARNING {
	color: #FF9900;
	list-style-type: none;
}

/* error */
.notificationpanel_border_400 {
	border: 3px solid #CC3300;
	box-shadow: 0px 0px 7px #000;
	right: 0;
}

.notificationpanel_row_ERROR {
	color: #CC3300;
	list-style-type: none;
}

/* validierung error */
.notificationpanel_border_401 {
	border: 3px solid #CC3300;
	box-shadow: 0px 0px 7px #000;
	right: 0;
}

.notificationpanel_row_401 {
	color: #CC3300;
	list-style-type: none;
}
