* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-size: 16px;
}

hr {
	background-color: red;
	margin: 5px 0;
	height: 2px;
}

hr.dotted {
	height: 0;
	border-style: dashed;
	border-width: 2px 0 0 0;
	border-color: #fff;
}

input {
	border: #f00 solid 1px;
	background: #fff;
	width: 180px;
	margin: 2px 0;
}

input.small {
	width: 50px;
}

select.small {
	width: 50px;
}

input.middle {
	width: 150px;
}

input.button {
	border: #f00 solid 1px;
	background: #fff;
	width: 150px;
}

input.checkme {
	display: none;
}

select {
	border: #f00 solid 1px;
	background: #fff;
	width: 180px;
}

textarea {
	border: #f00 solid 1px;
	background: #fff;
	width: 180px;
}

table.inventaris input {
	width: 20px;
}

table.inventaris input.totaal {
	width: 65px;
}

