div.form {
	position: relative;
	float: left;
	width: 490px;
	margin: 0px 0px 25px 0px;
}
div.form div.entry {
	position: relative;
	float: left;
	width: 490px;
	margin-bottom: 10px;
	z-index: 99;
}
div.form div.entry label {
	font-weight: bold;
	float: left;
	width: 175px;
	height: 34px;
	line-height: 34px;
}
div.form div.entry div.empty-entry {
	position: relative;
	float: left;
	width: 490px;
}

/* icon required */
div.form div.entry div.icon {
	position: absolute;
	top: 6px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url(../images/template/validate.gif) no-repeat 0px -20px;
	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 label.error {
	position: relative;
	float: left;
	color: #E60E64;
	width: 240px;
	margin-left: 175px; /* breedte van label */
	font-size: 11px;
	margin-top: 5px;
}
/* custom selectbox */
#site div.form div.entry div.select select {
	visibility: hidden;
}
#site div.form div.entry div.select {
	position: relative;
	float: left;
	width: 250px;
}
#site div.form div.entry div.select div.selectbox {
	float: left;
	position: relative;
	width: 250px; 
	height: 23px;
	background: url(../images/template/select_arrow.gif) no-repeat 240px 13px;
	border: 1px solid #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	cursor: pointer;
	margin: 0px;
	padding: 9px 0px 0px 10px;
	line-height: 32px;
	font-style: italic;
}
#site div.form div.entry div.select div.selectbox-wrapper {
	position: absolute;
	top: 32px;
	left: 0px;
	border: 1px solid #555;
	background: #fff;
	padding-left: 10px;
	z-index: 99;
}
#site div.form div.entry div.select div.selectbox-wrapper ul {
	width: 330px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#site div.form div.entry div.select div.selectbox-wrapper ul li {
	font-size: 11px;
	color: #000;
	cursor: pointer;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	background: none;
}
#site div.form div.entry div.select div.selectbox-wrapper ul li:hover {
	text-decoration: underline;
}
#site 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: 260px;
	height: 32px;
	border-left: 1px solid #a5a5a5;
	border-top: 1px solid #848484;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e6e6e6;
	background: url(../images/template/field.gif) repeat-x;
	
}
div.form div.entry div.input input {
	position: relative;
	float: left;
	height: 18px;
	width: 240px;
	padding: 7px 10px;
	border: 0px none;
	font-size: 11px;
	color: #7f7f7f;
}
/* 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: 260px;
	height: 130px;
	border: 1px solid #dadada;
}
div.form div.entry div.input textarea {
	width: 250px;
	height: 132px;
	padding: 0px 0 0px 10px;
	line-height: 24px;
	overflow: auto;
	border: none 0;
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
	background: url(../x.gif);
}
/* submit button */
div.form div.submit {
	position: relative;
	float: left;
	margin-top: 15px;
}
div.form div.submit input {
	position: relative;
	width: 110px;
	height: 22px;
	background: url(../images/template/btn_verzenden.jpg) top left no-repeat;
	margin-left: 175px; /* breedte van label */
	cursor: pointer;
	border: none #FFFFFF;
}