#inschrijven {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -130px;
	width: 601px;
}

/***** FORMULIER *****/
input, select, textarea {
	border: 1px solid #C00C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c00c00;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c00c00;
}
input {
	width: 235px;
}
textarea {
	width: 355px;
	*width: 345px;
}
select {
	width: 235px;
}
.formTdLinks {
	width: 130px;
}
.formTdRechts {
	width: 235px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.formTdHelp {
	width: 25px;
	padding-left: 6px;
}
#Submit{
	width: 100px;
	background-color: #EEA200;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #C00C00;
	font-family: Arial, Helvetica, sans-serif;
	filter: DropShadow(Color=#000000, OffX=2px, OffY=2px, Positive=1);
}

/***** HELP DIVS *****/
#help{
	width: 155px;
	color: #C00C00;
	border: #FF9900 solid 1px;
	background-color:#FFCC00;
	padding: 10px;
	visibility: hidden;
}

