h2#kontakt {
	display: none;
}

fieldset {
	border: none;
}

input[type=text],
textarea,
select {
	background: white;
	border: 1px solid black;
	padding: 2px;
	margin-bottom: 10px;
}

select {
	width: 346px;
}

input[type=text] {
	width: 420px;
}

textarea {
	width: 420px;
	height: 95px;
}

.small {
	float: left;
	width: 203px;
}

.small label {
	width: 163px;
}

.small input[type=text] {
	width: 197px;
}

label {
	float: left;
	width: 346px;
	
	font-weight: bold;
}

#captchaField {
	float: left;
	width: 89px;
	margin-top: 10px;
}

#captcha {
	margin-top: 15px;
}

#captcha label {
	font-weight: normal;
	font-size: 9px;
	margin-left: 5px;
	margin-top: 16px;
	width: 250px;
}

#btnForward {
	float: right;
	width: 83px;
	height: 28px;
	margin: 20px 0 0 0;
	padding: 0;
	
	background: url(../../css/img/btn_send.jpg) no-repeat top left;
	
	color: transparent;
	text-transform: capitalize;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

#btnForward:hover {
	background-position: bottom left;
}

#globalError {
	bottom: 6px;
	left: 20px;
	width: 185px !important;
	font-size: 12px !important;
}

.wssignature {
  float: right;
}
