﻿.button
{
	background-color: white;
	font-size: 10px;
}

.inputitem
{		
	width: 220px;
	height: 18px;	
	
	border: silver 1px solid; 	
	color: #000000; 		
	background-color: #eeeeee;
}

.formulier
{
	
}

.dropdown
{	
	height: 20px;
	width: 135px;	
	font-size:12px;	
}

.smallinput
{
	width: 20px;
	padding-left: 4px;
}

.middleinput
{
	width: 125px;
}


.lblError
{
	color:Red;
}

