html, body {
	background-color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'PerspectiveSansRegular', Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

input, select, textarea {
	font-family: 'PerspectiveSansRegular', Arial, sans-serif;
	font-size: 12px;
	height: 16px;
	width: 220px !important;
	color: #000;
	border: 1px solid #a3a3a3;
	padding: 1px;
}

input[type=checkbox] {
	width: 15px !important;
	float: left;
}

select {
	cursor: pointer;
	height: 22px !important;
	width: 225px !important;
}

.straat, 
.gemeente {
	width: 166px !important;
}

.nummer {
	width: 20px !important;
}

.bus {
	width: 20px !important;
}

.postcode {
	width: 47px !important;
}

a {
	color: #222;
	text-decoration: underline;
	font-weight: normal;
}

a:hover{
	color:#6A6A74;
	text-decoration: none;
}
.container {
	width: 500px;
	overflow: hidden;
}
.button {
	border: none;
	clear: both;
	display: block;
	margin: 5px 0 0 0;
	padding: 0 3px 2px;
	background-color: #ffd823;
	color: #767667;
	cursor: pointer;
	font-size: 13px;
	line-height: 23px;
	text-transform: lowercase;
	width: 120px;
	height: 30px;
}

label {
	width: 200px !important;
	cursor: pointer;
	display: block;
}

label.checkbox {
	width: 150px !important;
	float: left;
}

label.small {
	width: 50px !important;
	float: left;
}

.vanaf_tot, .eur {
	width: 80px !important;
	float: left;
}

.eur {
	width: 110px !important;
	margin-left: 5px;
}