.uimessage {
	background-repeat: no-repeat;
	background-position: 5px center;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	padding-left: 25px;
	margin-bottom:10px;
}

.status_ok {
	border-color: #66ff73;
	background-image: url('/gfx/haken.png');
	background-color: #cbffa2;
}

.status_fehler {
	border-color: #ff666b;
	background-image: url('/gfx/kreuz.png');
	background-color: #faa;
}
