form.contact fieldset {
  margin-bottom: 10px;
}
form.contact legend {
  padding: 0 2px;
  font-weight: bold;
}
form.contact label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
	
	color:#4c4c4c;
}
form.contact fieldset ol {
  margin: 0;
  padding: 0;
}

form.contact fieldset ol.checkboxes li {
  list-style: none;
  padding: 3px 0px;
  margin: 0;
}

form.contact fieldset li {
  list-style: none;
  padding: 5px 0px;
  margin: 0;
}
form.contact fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.contact fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.contact fieldset fieldset label {
  display: block;
  width: auto;
}
form.contact em {
  font-weight: bold;
  font-style: normal;
  color: #bc262c;
}
form.contact label {
  width: 120px; /* Width of labels */
}
form.contact fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.contact .input{
	background:url(../images/input_text.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:18px !important;
	padding:3px 6px;
	padding-top:5px;
	width:251px;
	color:#969696;
}

form.contact .input_datum_small{
	background:url(../images/texinput_datum_small.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:14px !important;
	padding:3px 6px;
	padding-top:5px;
	width:43px;
	margin-right:12px;
	color:#969696;
}


form.contact .captcha{
	background:url(../images/captcha_bg.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:14px !important;
	padding:3px 6px;
	padding-top:5px;
	width:90px;
	overflow:auto;
	color:#969696;
}

form.contact textarea{
	background:url(../images/textarea_input.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:150px !important;
	padding:10px 6px;
	width:442px;
	overflow:auto;
	color:#969696;
}

form.contact #reden{
	background:url(../images/textarea_reden.png) no-repeat;
	border:0 none;
	font-size:11px;
	height:58px !important;
	padding:10px 6px;
	width:331px;
	overflow:auto;
}

form.contact .submit {
  display: inline-block;
	background:url(../images/submit_button.png) no-repeat;
	border:0px;
	vertical-align: middle;
	width:99px;
	height:25px;
	padding-bottom:4px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

.nieuwsbrief {
	background:url(../images/nieuwsbrief_inschrijven.png) no-repeat;
	background-position:left top;
	display:block;
	height:131px;
	width:250px;
}

.nieuwsbrief:hover {
	background-position:right bottom;
}

.nieuwsbrief a {
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.nieuwsbrief a span {
	display:block;
	float:left;
	line-height:26px;
	margin:0 !important;
}

.nieuwsbrief a .icon_arrow_right {
	background:url(../images/icon_arrow_right.png) no-repeat left top;
	width:13px;
	height:13px;
	margin:6px 0 0 5px !important;
}

.nieuwsbrief a:hover .icon_arrow_right {
	background:url(../images/icon_arrow_right.png) no-repeat left bottom;
	width:13px;
	height:13px;
}

.nieuwsbrief .fields {
	padding:60px 0px 10px 10px;
}

.nieuwsbrief .fields a {
	float:right;
	margin-right:15px;
	margin-top:5px;
}

.nieuwsbrief .fields label {
	color:#666;
	font-size:12px;
	margin-right:5px;
}

.nieuwsbrief .fields input {
	background:url(../images/nieuws_input.png) no-repeat;
	width:164px;
	height:18px;
	border:0px;
	color:#969696;
	font-size:11px;
	padding:5px 6px 3px;
}