/* style */


	  
/*  FORMULIEREN */
.invul{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	border-top : 1px solid #AAAAAA;
	border-left : 1px solid #AAAAAA;
	border-bottom : 1px solid #777777;
	border-right : 1px solid #777777;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#777777;
	scrollbar-highlight-color:#777777;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color:#777777;
	margin-bottom: 0px;
}
textarea.invul{
    height: 70px;
	width : 300px;
}
input.invul{
	width : 300px;
}
.tekencheck{
	width : 100px;
	height: 16px;
}

/*    BUTTONS    */
.versturen{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #999999;
	color: #FFFFFF;
	border-top : 1px solid #AAAAAA;
	border-left : 1px solid #AAAAAA;
	border-bottom : 1px solid #777777;
	border-right : 1px solid #777777;
	width : 110px;
	margin-top: 2px;
}



.fotovlak{
  border: 1px solid #bbb;
  padding: 5px;
  background: #eee;
}
.tekstvlak{
  border: 1px solid #bbb;
  margin-top: 5px;
  background: #ddd;
  padding: 3px;
}
.tekstvlak2{
  border: 1px solid #bbb;
  margin-top: 5px;
  background: #eee;
  padding: 3px;
}
.gastdatum{
  float:right;
  font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.check_teken1{
}
.check_teken2{
  width: 33%;
  text-align: left;
}
.check_teken3{
  width: 33%;
  text-align: left;
}
.check_teken4{
  width: 34%;
  text-align: center;
}

.alert{
  border: 1px solid red;
  padding: 5px;
  color:red;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 90%;
}

.foutmelding{
  border: 1px solid red;
  padding: 5px;
  color:red;
  margin-top: 5px;
}

.teller {
	display:none;
}