body {
	font-family: Arial;
	font-size: 10pt;
	color: #3c3c3c;
}

div#main {
	background: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 200px;
	font-family: Arial;
	font-size: 10pt;
	color: #3c3c3c;
	padding-top: 132px;
	width: 700px;
}
form {
	margin-left: 232px;
}

td.error {
	color: red;
}

input {
	border: solid #3c3c3c 1px;
	width: 200px;
}

input.radio {
	width: 13px;
	border: 0;
}

input.submit {
	width: 100px;
	background: url(verstuur.gif);
	border: 0;
	height: 35px;
	cursor: pointer
}

td.box {
  width: 10px;
  vertical-align: top;
}

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
	color: #0077c0;
	margin-bottom: 2px;
}

a {
	color: #0077c0;
}

a:hover {
	text-decoration: none;
}