/**************************************************************************************************
Inschrijf section
***************************************************************************************************/  
 
/*Inschrijf style*/
   .inschrijf{
   width:990px;
   }
   .inschrijfbox{
   width:710px;
   height:350px;
   margin:90px 0 40 90px;
   }  

/*Afstand tussen td's*/
	
.inschrijf table{
	border-collapse:0px;/*IE*/
	border-spacing:5px;/*FF*/
}
 
/*Intrese style*/   
   .intrese{
   width:250px;
   margin:40px 0 0 0px;
   border:0px solid lime;
   }
   .intrese div{
   margin:5px 0;_margin:0px;
   }
/*IntreseFont style*/ 
   .intresefont{
   padding:0 0 15px 0;_padding:0 0 10px 3px;
   }
/*UitlegFont style*/ 
   .uitlegfont{
   padding:0 0 25px 0;
   }
/*label style*/   
   .label{
   width:160px;
   margin:0px 0 0 0px;
   }
   .uitleg input{
   width:300px;
   }
/*Plaats style*/      
   .uitleg .pcuitleg{
   width:97px;_width:95px;
   }
   .uitleg .plaatslabel{
   padding:0 3px;
   }
   .uitleg .plaatsuitleg{
   width:144px;_width:146px;
   }
   
/*Verzendbtn style*/   
   .verzendbtn{
   text-align:right;
   }
   .verzendbtn input{
   width:68px;
   height:30px;
   background:url(images/verzend.gif) no-repeat left top;
   background-position:0% 0%;
   border:none;
   }
   
/*Verplichtveld style*/     
	.inschrijf label span{
	   font-size:10px;
	   color:red;
	   }
	.verplichtlift{
	   font-size:10px;
	   font-style:italic;
	   color:red;
	   margin:0 0 0 255px;
	   }
/*Error style*/ 
	.error{
	  font-size:10px;
	  color:red;
	  }
	  
