#formulier{
margin-left:-7px;
float:none;
width:550px;
border:solid 0px;
}
form{
font-size:10px;
padding:0;
margin-bottom:30px;
}
legend{
display:none;
}
fieldset{
border: 0px solid #999;
}
label{
float: left;
width: 282px;
border: 0px solid #999;
margin: 2px;
padding:0;
}
.initialen, .nummer{
border: 0px solid #999;
width:100px;
}
.postcode{
float: left;
width: 52px;
margin: 2px;
padding:0;
}
.woonplaats{
width: 265px;
}
#telefoon, #email, #reden, #naam{
width: 339px;
}
.noflow{
border:solid 0px red;
float:none;
}
.radio{
width:10px;
}
#reden{
height:100px;
}
.clear { clear: both; }

.grootveld{
width:285px;
}
.mediumveld{
width:280px;
}
.kleinveld{
width:50px;
}
.verplicht, .error{
color:#7ab233;
}
.IR {
  position: relative;
  overflow: hidden;
  font-size: 1em;
}
.IR em {
  display: block;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}
button#IRbutton {
  background: none;
  border: none;
  float: left;
  display: inline;
}
#IRbutton:hover { 
cursor: pointer; /* cursor: hand; for IE5 */ 
}
#IRbutton, #IRbutton em {
width: 68px; height: 27px; 
}
#IRbutton em {
background: url(./style01images/button.gif) top left no-repeat; 
}
#IRbutton:hover em, #IRbutton:focus em {
background: url(./style01images/button.gif) bottom left no-repeat; 
}
/* for ie5.x/mac only */
* html>body .IR {
  position: static;
  overflow: visible;
  font-size: 10px;
}

#header p{
border:solid 0px red;
padding:24px 12px 0px 12px;
}
* html>body .IR em { position: static; }
* html>body #IRbutton em { margin-bottom: -24px; }


/*-----------------------------------Button UK-------------------------------------*/
.IR_En {
  position: relative;
  overflow: hidden;
  font-size: 1em;
}
.IR_En em {
  display: block;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
}
button#IRbutton_En {
  background: none;
  border: none;
  float: left;
  display: inline;
}
#IRbutton_En:hover { 
cursor: pointer; /* cursor: hand; for IE5 */ 
}
#IRbutton_En, #IRbutton_En em {
width: 68px; height: 27px; 
}
#IRbutton_En em {
background: url(./style01images/buttonEn.gif) top left no-repeat; 
}
#IRbutton_En:hover em, #IRbutton_En:focus em {
background: url(./style01images/buttonEn.gif) bottom left no-repeat; 
}
/* for ie5.x/mac only */
* html>body .IR_En {
  position: static;
  overflow: visible;
  font-size: 10px;
}

#header p{
border:solid 0px red;
padding:24px 12px 0px 12px;
}
* html>body .IR_En em { position: static; }
* html>body #IRbutton_En em { margin-bottom: -24px; }
