#contactform {
  width: 590px;
}


div.frmtext, div.frmtextarea, div.frmdate, div.frmselect {
  clear:both;
  margin-top: 2px;
}

div.frmtext span, div.frmtextarea span, div.frmdate span, div.frmselect span {
  position:absolute;
  left:500px;
}

div.frmtext div.norm {
  padding:2px 0px 0px 150px;
}

div.frmtext span.err, div.frmtextarea span.err, div.frmdate span.err, div.frmselect span.err {
  color:#fe3737;
}

div.frmtext label, div.frmdate label, div.frmtextarea label, div.frmselect label, label.frmlabel {
  display:block;
  float:left;
  width:100px;
  text-align:right;
  padding:2px 7px 0px 0px;
  font-weight: bold;
}

div.frmtext input, input.inputtext {
  width:450px;
  border:1px solid #9f9f9f;
  line-height:12px;
}

div.frmselect select {
  width:206px;
}

div.frmtextarea textarea, textarea.textarea {
  width:450px;
  height:100px;
  overflow:auto;
  border:1px solid #9f9f9f;
}

textarea.textarea {
  width:450px;
}

div.frmsubmit {
  text-align:right;
  margin-top:2px;
}
div.frmsubmit input {
  background-color:#fff;
  font-family:arial, sans-serif;
  line-height:14px;
  color:#606060;
  border:1px solid #9f9f9f;
  border-right:2px solid #606060;
  border-bottom:2px solid #606060;
}

fieldset {
  padding:5px;
}
fieldset textarea.textarea {
  width:500px;
}

.browse {
  background-color:#fff;
    width: 190px;
  border:1px solid #9f9f9f;
  border-right:2px solid #606060;
  border-bottom:2px solid #606060;
}

div.frmsubmit input.remove {
  color:#fe3737;
}

div.smallform {
  width:320px;
}
div.smallform div.frmtext label, div.smallform div.frmdate label, div.smallform div.frmtextarea label, div.smallform div.frmselect label {
  width:106px;
}
div.smallform div.frmselect select {
  width:204px;
}
div.middleform {
  width:354px;
}

label.pub, p.pub {
  background-image:url(../images/global/pub.gif);
  background-repeat:no-repeat;
  background-position:0px 5px;
}
p.pub {
  background-position:0px 3px;
  padding-left:10px;
  font-style:italic;
}

.icon {
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}
.delete {
    background-image: url(../images/icons/delete.gif);
}

/* standaard form.php styles */

.msgarea {
    width: 100%;
}

.required {
    font-size:9px;
    margin: 2px;
}

.submit {
    background-color:#fff;
    font-family:arial, sans-serif;
    line-height:14px;
    color:#606060;
    border:1px solid #9f9f9f;
    border-right:2px solid #606060;
    border-bottom:2px solid #606060;
    float: right;
    margin: 5px 31px 0 0;
}

.required {
  margin: 5px 0 0 150px;
  font-size:9px;
}

.formrow {
    margin: 2px 0 0 0;
}