div.form {
	position: relative;
	float: left;
	width: 650px;
	margin: 35px 0px;
}
div.form div.entry {
	position: relative;
	float: left;
	width: 650px;
	margin-bottom: 6px;
	z-index: 99;
}
div.form div.entry label {
	font-weight: bold;
	float: left;
	width: 200px;
	height: auto;
	line-height: normal;
	padding: 3px 0px 0px 0px;
}
div.form div.entry div.empty-entry {
	position: relative;
	float: left;
	width: 650px;
}

/* icon required */
div.form div.entry div.icon {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/template/validate.gif) no-repeat 0px -20px;
	margin: 6px 0px 0px 10px;
	overflow: hidden;
}
div.form div.entry div.icon.valid {
	background: url(../images/template/validate.gif) no-repeat 0px 0px;
}
div.form div.entry div.icon.invalid {
	background: url(../images/template/validate.gif) no-repeat 0px -20px;
}
/* error */
div.form div.entry div.error {
	position: relative;
	float: left;
	color: #ff0000;
	width: 344px;
	margin-left: 200px; /* breedte van label */
	font-size: 11px;
	margin-top: 5px;
}
/* custom selectbox */
div.form div.entry div.select select {
	visibility: hidden;
}
div.form div.entry div.select {
	position: relative;
	float: left;
	width: 344px;
}
div.form div.entry div.select input.selectbox {
	float: left;
	position: relative;
	width: 332px; 
	background: #fff url(../images/template/input_gadirectnaar.gif) no-repeat 320px 11px;
	border: 1px solid #CFCFCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	cursor: pointer;
	margin: 0px;
	padding: 10px 0px 7px 10px;
	font-style: italic;
	height: auto;
	line-height: normal;
}
div.form div.entry div.select div.selectbox-wrapper {
	position: absolute;
	top: 32px;
	left: 0px;
	border: 1px solid #CFCFCF;
	background: #fff;
	padding-left: 10px;
	z-index: 99;
}
div.form div.entry div.select div.selectbox-wrapper ul li,
#top_text div.form div.entry div.select div.selectbox-wrapper ul li  {
	font-size: 11px;
	color: #666;
	cursor: pointer;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	background: none;
}
div.form div.entry div.select div.selectbox-wrapper ul li:hover {
	text-decoration: underline;
}
div.form div.entry div.select div.selectbox-wrapper ul li.selected {
	font-style: italic;
}
/* text input */
div.form div.entry div.input {
	position: relative;
	float: left;
	width: 322px;
	height: 18px;
	padding: 7px 10px;
	border: 1px solid #CFCFCF;
}
div.form div.entry div.input input {
	position: relative;
	float: left;
	width: 322px;
}
/* radio buttons & checkbox */
div.form div.entry div.column {
	position: relative;
	float: left;
	width: auto; /* wordt automatisch gedaan aan de hand van het aantal kolommen */
	height: auto;
	margin-right: 15px;
}
div.form div.entry div.column div.radio,
div.form div.entry div.column div.checkbox {
	float: left;
	height: 25px;
	line-height: 25px;
	width: auto; /* breedte van de kolom */
}
div.form div.entry div.column div.radio label,
div.form div.entry div.column div.checkbox label {
	float: left;
	width: auto;
	height: 25px;
	line-height: normal;
	font-weight: normal;
	margin: 7px 0px;
	cursor: pointer;
	overflow: hidden;
}
div.form div.entry div.column div.radio label input,
div.form div.entry div.column div.checkbox label input {
	margin-right: 10px;
}
/* textarea */
div.form div.entry div.textarea {
	position: relative;
	float: left;
	width: 332px;
	height: 140px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #CFCFCF;
}
div.form div.entry div.textarea textarea {
	width: 332px;
	height: 140px;
	line-height: 24px;
	overflow: auto;
}
/* submit button */
div.form div.submit {
	margin-top: 6px;
}
div.form div.submit input {
	position: relative;
	width: 124px;
	height: 51px;
	background: url(../images/template/verzenden.gif) no-repeat;
	margin-left: 200px; /* breedte van label */
	cursor: pointer;
}