.kontaktform {
	width: 435px;
}

.kontaktform .col1{
	width: 150px;
	max-width: none;
	min-width: inherit;
}

.kontaktform .col2{
	width: 280px;
	max-width: none;
	min-width: inherit;
}

.kontaktform .button {
	margin-top: 10px;
	background: #FFF;
	color: #000;
	cursor: pointer;
	border: 1px solid #8C8C8C;
}

.kontaktform .textfield {
	color: #000;
	width: 100%;
	margin-bottom: 4px;
	background: #FFF;
	border: 1px solid #8C8C8C;
}


.kontaktform .errorfield {
	border: 1px solid #4D2179;
	background: #C7BCD8;
	color: #000;
	
}
.kontaktform .group input {
	
}

.kontaktform .error {
	background: url('../../../core/admin/assets/images/icons/exclamation.png') no-repeat 0px 2px;
	line-height: 20px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
}
