html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #09335B;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	color: #0E345F;
}

/* Middle div, where all the action is. */
#middle {
	padding: 0px 10px;
	background: white;
	min-height: 100%;
	width: 900px;
	margin: auto;
}
.logoColorLight {
	color: #06949C;
}

/* login form */
#inputCode {
	width: 10em;
}
/*-*/

#buttonVerstuur, .formButton {
	background: #0E345F;
	color: white;
	border: 1px outset #0E345F;
	padding: 0px 2px;
	margin-top: 5px;
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
}
.td1 {
	text-align: right;
	width: 22%;
	padding-top: 3px;
}
.errorMessage {
	width: 400px;
	border: 2px outset gray;
	padding: 5px;
	color: blue;
	background: white;
}
.reginput {
	width: 440px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
textarea.reginput {
	height: 2.5em;
	padding-top: 1px;
}
textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}