/*
	Algemeen
*/
label
{
  width: 150px;
  float: left;
  font-weight: bold;
}
label.chkbox_radio
{
  position: relative;
  top: -2px;
}
input, select, textarea
{
  padding: 1px 2px 1px 2px;
  color: #687023;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-decoration: none;
  border: 1px solid #687023;
  background: url("../media/img/formulieren/input.png") no-repeat;
}
select
{
  padding: 0px;
  background-image: none;
  background-color: #B5CA4D;
}
select.multiple
{
  width: 200px;
  height: 150px;
}
option
{
  padding: 0px 3px 0px 3px;
}
input[type="button"], input[type="submit"]
{
  padding: 0px 3px 0px 3px;
  font-size: 10px;
  border: 1px solid #687023;
  background-image: none;
  background-color: #B5CA4D;
}
input[type="radio"], input[type="checkbox"]
{
  padding: 0px;
  margin: 0px;
  border: none;
  background: none;
}
input[type="radio"]
{
  position: relative;
  top: 2px;
}
input[type="checkbox"]
{
  margin-top: 2px;
}
textarea.actief, input.actief
{
  color: #9C551A;
  border: 1px solid #9C551A;
  background-image: none;
  background-color: #B6CF3B;
}
textarea.error, input.error, select.error
{
  color: #A50000;
  border: 1px solid #A50000;
}
/*
	Veldinformatie
*/
#veld_info
{
  display: none;
  position: absolute;
  z-index: 1;
}
#veld_info p.pijl
{
  float: left;
  position: relative;
  top: -2px;
}
#veld_info p.tekst
{
  margin-left: 10px;
}
/*
	Layer na submit
*/
#form_layer
{
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 2;
  background: url("../media/img/formulieren/trans_layer.gif") repeat;
}
#form_layer div.layer_inhoud
{
  width: 300px;
  position: fixed;
  top: 200px;
  left: 50%;
}
#form_layer table
{
  width: 300px;
  position: absolute;
  left: -150px;
  border: 2px solid #660000;
  background-color: #B5CA4D;
}
#form_layer td.zandloper
{
  width: 50px;
  padding: 12px 6px 12px 12px;
  vertical-align: middle;
}
#form_layer td.tekst
{
  width: 238px;
  padding: 9px 12px 9px 0px;
  vertical-align: middle;
  text-align: center;
}