
.header form{
	padding:16px 0px 0px 14px;
}
.header form .search, .input, .search_postcode{
	border:1px solid #369;
	line-height:24px;
	height:22px;
	width:150px;
	padding:0px 4px 0px 4px;
	margin:0px;
	font-weight:bold;
	color:#369;
}
input.search {
  position: absolute;
}
.search_postcode {
  width: 105px;
  color: grey;
  text-align: center;
}
.button_selectbox
{
  margin-top: -13px;
  margin-left: 109px;

}

form.login input {
  margin-top: 2px;
}
form.login .button {
  position: absolute;
  margin-top: -24px;
  margin-left: 162px;
  _margin-top: -25px;
}
.button_postcode {
  position: absolute;
  margin-left: 2px;
}
.button{
	border:none;
	background-color:#369;
	color:#fff;
	font-weight:bold;
	line-height:24px;
	height:24px;
	padding:0px 4px 0px 4px;
}
.textinput{
	width:330px;
}
input.gewijzigd{
	background-color:#e3e3e3;
	border:1px solid #fff;
}
label{
	margin-right:10px;
}
label.gewijzigd{
	background-color:#e3e3e3;
	border:1px solid #fff;
	padding:4px;
	display:block;
	width:auto;
	float:left;
}

.mandatory{
	background-image:url(../img/mandatory.gif);
	background-position:100% 1%;
	background-repeat:no-repeat;
	border:1px solid #369;
}



