input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	outline: none;
}

textarea {
	padding: 3px 4px;
}

select {
	width: 208px;
}

input[type="submit"], input[type="button"] {
	padding: 5px 12px;
	text-transform: uppercase;
	background-color: #0078c1;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #005182;
}

input[type="text"], input[type="password"] {
	width: 250px;
	border: 2px solid #0078c1;
}

input[type="checkbox"] {
	margin: 6px 0px;
}

.formulier td {
	height: 31px;
	vertical-align: middle;
}
			
.formulier td:first-child {
	font-weight: bold;
	text-transform: uppercase;
}

.fout {
	color: red;
	font-weight: bold;
}

.voltooid {
	color: #060;
	font-weight: bold;
	clear: both;
	margin-bottom: 0px;
}
