/* CSS file for the default presentation of the Form Elements of the Interactive Forms */

.wm_form_element {
  clear: both;
}

.wm-field-input {
  clear: both;
  text-align: left;
}

label {
  text-align: left !important;
}

.wmradio_checkbox_item_label {
  font-family:verdana;
  font-size:10px;
  color:#797878;
  font-weight: normal;
  float: none;
  line-height: normal;
}

//Added for compliance to the Webrichtlijnen (GXWM-8858/GXWMF-808)
.displayNone {
	display:none;
}
.listStyleTypeNone {
	list-style-type: none;
}

.transparent15px {
	background-color:transparent;
	height:15px;
}

.transparent10px {
	background-color:transparent;
	height:10px;
}