@charset "utf-8";
.failed {
	background-color: #660000;
	text-align: left;
	height: 35px;
	width: 100%;
	border: 1px solid #FF3535;
	background-image: url(../img/symbol_false.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-right: 5px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.right {
	background-color: #004d07;
	text-align: left;
	height: 35px;
	width: 100%;
	border: 1px solid #1BA602;
	background-image: url(../img/symbol_true.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-right: 5px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hinweis {
	background-color: #8D7203;
	text-align: left;
	height: 35px;
	width: 100%;
	border: 1px solid #FFCC33;
	background-image: url(../img/symbol_hinweis.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-right: 5px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.info {
	background-color: #000D80;
	text-align: left;
	height: 35px;
	width: 100%;
	border: 1px solid #3443FE;
	background-image: url(../img/symbol_info.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-right: 5px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
