body {
  font-family:Verdana;
  font-size:11px;
  color:#000000;
  background:#eeeeee;
}

h2 {
  clear: left;
  margin-top: 32pt;
}

h4 {
  clear: left;
}

p {
  margin-bottom: 6pt;
}

tr { 
  font-size:11px;
}
#main {
  width:770px;
  margin-left:-385px;
  position:relative;
  left:50%;
  background:#ffffff;
  padding:20px;
  _height:430px;
  min-height:430px;
}

input {
  font-size:11px;
  font-family:Verdana;
}

a:visited {
  color: #0000ff;
}
a {
  text-decoration:none;
}

/* stukje ingevoegd door ron */
span {
  display: block;
  clear: both;
}

p {
  width: 500px;
}

label {
 float: left;
 width: 120px;
  margin-bottom: 1em;
}

input {
 float: left;
 width: 150px;
}

textarea {
 float: left;
 width: 300px;
}

.w300 {
  width: 300px;
}

.w6 {
  width: 6em;
}

.w4 {
  width: 4em;
}

.w2 {
  width: 2em;
}

.w50p {
  width: 50%;
}

.w75p {
  width: 75%;
}

.w100p {
  width: 100%;
}

.bigbox {
  width 240px;
  height 40px;
}

.h3 {
  height: 3em;
}

.h5 {
  height: 5em;
}

