@charset "utf-8";

@import "screen.css";

fieldset.ehboform {
	border: none;
	font-family: sans-serif;
	font-size: 12px;
	width: 520px;
	margin: 0;
	margin-bottom: 10px;
}

fieldset.ehboform legend {
	font-size: 18px;
	color: #f00;
	width: 270px;
}


select, input {
	margin: 0;
}

input.telefoon {
	width: 270px;
}

input.naam {
	width: 270px;
}

select.aanhef {
	width: 60px;
}

input.naam2 {
	width: 205px;
}

input.email {
	width: 270px;
}

input.adres {
	width: 270px;
}

input.postcode {
	width: 60px;
}

input.plaats {
	width: 205px;
}

th {
	width: 185px;
}

span.datepicker {
	background-image: url(../../images/calendar.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
