/* Start of CMSMS style sheet 'formulieren' */
form fieldset{
  padding: 8px;
  padding-top: 20px;
}
form fieldset div{
  margin-bottom: 8px;
}
form legend{
  font-weight: bold;
  color: #339;
}
form label{
  float:left;
  width: 150px;
  margin-left: 10px;
}
div.form_part{
  float: left;
  width: 110px;
  }
div.form_part label{
  width: 60px;
  }
  div.form_part input{
  float:left;
  }
form .fbsubmit{
  background-color: #339;
  font-weight: bold;
  color: white;
  width: 100%;
  margin-top: 10px;
}
.error_message{
  margin-bottom: 20px;
}
/* End of 'formulieren' */

