.content {
	padding-bottom: 10px;
	overflow: hidden;
}

#contactform {
	font-size: 100%;
	padding: 0;
	margin: 16px 0;
}

#contactform input {
	vertical-align: middle;
	padding: 0 1px;
}

#contactform label {
	line-height: 25px;
	min-height: 25px;
	color: #284B6D;
	font-size: 13px;
	position: relative;
	float: left;
	display: block;
	width: 280px;
}

#contactform input.text,#contactform input.activetext {
	background: url("/skins/default/pics/shop/bg-shop-input.png") repeat scroll 0 0 transparent;
	border: 0 solid #ACB3B7;
	height: 18px;
	width: 213px;
	margin: 2px 0 1px;
	padding: 3px;
}

input.text {
	color: #666;
}

input.activetext {
	color: #000;
}

#contactform textarea { resize: vertical; width: 215px; margin: 0 0 5px 0; padding: 0 1px; border: 0px solid #ACB3B7; font: 11px Arial, Helvetica, Verdana; color: #666; }

#contactform textarea.active {
	color: #000;
}

#contactform input.submit {
	height: 18px;
	color: #0059AA;
	width: 80px;
	border: 1px solid #0059AA;
	margin: 0 0 3px 0;
	font-weight: bold;
	background: #ccc;
}

#contactform table {
	float: left;
}

#contactform th {
	width: 240px;
}

#contactform input.building_plan_field {
	height: 25px;
	margin: 0 0 5px 0;
	background: none;
}

#contactform th,#contactform td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

#contactform td.txt {
	padding: .3em 2em 0 0;
}

#contactform td.radio {
	text-align: right;
}

#contactform td.submit {
	text-align: right;
}

#contactform a.submit {
	padding-bottom: 5px;
	background: url("/skins/default/pics/bgWinkelmandjeButtonSmall.png") no-repeat scroll right top transparent;
	float: right;
	margin-right: 200px;
	margin-top: 10px; 
	height: 29px;
	line-height: 29px;
	position: relative;
	padding-right: 4px;
	z-index: 10;
	margin-left: 4px;
	cursor: pointer;
	color: white;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	position: relative;
	width: 120px;
}

#contactform span.left {
	background: url("/skins/default/pics/bgWinkelmandjeButtonSmall.png") no-repeat scroll left top transparent;
	height: 29px;
	left: -4px;
	position: absolute;
	top: 0px;
	width: 4px;
	z-index: 11;
}

#contactform td.error {
	color: #c33;
}

#contactform span.key {
	text-decoration: underline;
}

#contactform .border-radius { position: relative; border-left: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7; width: 218px; float: left; margin-top: 5px; margin-bottom: 5px; }
#contactform .border-radius span { background: url("/skins/default/pics/shop/bg-shop-input.png") repeat scroll 0 0 transparent; height: 5px; width: 220px; position: absolute; left: 0px; }
#contactform .border-radius span.top { top: -5px; }

#contactform input.errorInput  {
    background: url("/skins/default/pics/shop/bg-shop-input-error.png") no-repeat scroll 0 0 transparent;
}
#contactform span.required {
    color: #E51D00;
    font-weight: bold;
}
#contactform .border-radius span.bottom { background-position: 0 100%; bottom: -5px; }
