/*******************************************************************************
  Deze website draait op het IPROX-platform van InfoProjects bv., IPROX is een
  state-of-the-art Content Management Systeem voor omvangrijke webomgevingen.
  Voor meer informatie, zie: http://www.infoprojects.nl en http://www.iprox.nl.
  
  @author : Jacob Stellingwerf
            InfoProjects B.V.
            jacob@infoprojects.nl
*******************************************************************************/

/* Formulieren */
.forms {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #E0E0E0;
  width: 100%;
}

table.form {
  margin: 10px;
}

.iform {
  vertical-align: top;
  font-size: 80%;
  font-weight: bold;
  color: #660066;
  float: left;
  width: 140px;
}

.forms td {
  padding: 4px;
}

.iform_txt {
  vertical-align: top;
  font-size: 80%;
  font-weight: normal;
  color: #010066;
}

.itext input, .itext select {
  font-size: 80%;
  font-weight: normal;
  border: 1px solid #D63F7D;
  width: 230px;
}

.ibutton input {
  width: 100px;
  height: 20px;
  font-size: 90%;
  font-weight: bold;
  background-color: transparent;
  color:#D63F7D;
  border:0px none #FFFFFF;
  cursor: pointer;
  margin-left: 327px;
  font-style: italic;
}

.ibutton_mailafriend input {
  width: 100px;
  height: 20px;
  font-size: 90%;
  font-weight: bold;
  background-color: transparent;
  color:#D63F7D;
  border:0px none #FFFFFF;
  cursor: pointer;
  margin-left: 244px;
  font-style: italic;
}

.ibutton_bg {
  background-color: transparent;
}

.itext textarea {
  font-size: 80%;
  font-weight: normal;
  border: 1px solid #D63F7D;
  width: 280px;
}
