#kontaktform label {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    font-size: 11px;
    height: 12px;
    margin: 1px;
    padding: 5px 2px 3px;
    text-align: right;
    width: 200px;
}
#kontaktform input {
	width: 250px;
	height: 16px;
}
#kontaktform select {
	height: 22px;
}
#kontaktform input[type=checkbox] {
	width: 10px;
	margin-top: 5px;
}

#kontaktform #captcha label {
	display: none;
	visibility: hidden;
}

#kontaktform textarea {
}





textarea, input, select {
	font-size: 11px;
	color: #444;
	padding: 2px 3px;
	margin: 1px;
	border: 1px solid #10782e;
}

textarea:focus, input:focus {
	background: none #FCF4F4;
	border: 1px dotted #10782e;
}

input[type=submit] {
	font-weight: bold;
	background: none #10782e;
	color: #fff;
	margin: 1px 3px 3px 1px;
	border-radius: 8px;
	padding: 2px 10px;
	border: 0;
}

input[type=submit]:hover {
	cursor: pointer;
}