option {
	font-size: 0.6rem;
}

.meinSubmit {
	width: 152px;
	height: 33px;
	background-color: #0bb87c;
	color: white;
	text-transform: uppercase;
	font-size: .9rem;
	border: #05777a
}
.meinSubmit:hover:enabled {
	opacity: .5;
	}

.meinSubmit:disabled {
	background-color: #b8b5b5
}

label {
	margin-bottom: 5px;
	margin-top: 10px;
}