
input.send {
	border:1px solid black;
	background:white;
}

input.small {
	width:30px;
	border:0px;
	border-bottom:1px dotted black;
}
input.medium {
	width:230px;
	border:0px;
	border-bottom:1px dotted black;
}
input.medium2 {
	width:180px;
	border:0px;
	border-bottom:1px dotted black;
}
input.large {
	width:370px;
	border:0px;
	border-bottom:1px dotted black;
}

#wrapper {
	width:800px;
	margin:0px auto;
}

#logolinks {
	margin-top:20px;
	float:left;
}
#logorechts {
	float:right;
}
#welkom {
	border:1px solid black;
	padding:10px;
	margin-bottom:5px;
	text-align:center;
}

div#bestelformulier {
	clear:left;
	clear:right;
	border:1px solid black;
	padding:10px;
	margin-bottom:5px;
	font-size: 9pt;
}

div#bestelformulier td {
	font-size: 9pt;
}

div#bestelformulier h1 {
	font-size: 10pt;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:5px;
}

div#bestelformulier ul {
	list-style-type:none;
}

#warning {
	border:1px solid black;
	padding:10px;
	margin:5px;
	width:250px;
	float:right;
}
#verzenden {
	text-align:right;
}
