.textfield300 {
	margin:2px;
}
.textfield150 {
	margin:2px;
}
.textfield300 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 270px;
	height:25px;	
  	margin:2px;
	border: 1px solid #656565;
	border-radius:3px;
}
.textfield150 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 150px;
	height:25px;
  	margin:2px;
	border: 1px solid #656565;
	border-radius:3px;
}
.textfield200 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 200px;
	height:25px;
  	margin:2px;
	border: 1px solid #656565;
	border-radius:3px;
}
.textfield301 {
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
	color: #000000;
	width: 270px;
	height:75px;
  	scrollbar-arrow-color:#656565;
  	scrollbar-3dlight-color:#FFFFFF;
  	scrollbar-highlight-color:#656565;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-shadow-color:#656565;
  	scrollbar-darkshadow-color:#FFFFFF;
  	scrollbar-track-color:#FFFFFF;
  	margin:2px;
	border: 1px solid #656565;
	border-radius:3px;
}
.textfieldKnop {
	width: 150px;
	height:25px;
  	margin:2px;
	border: 1px solid #656565;
	background: #656565;
	border-radius:3px;
}

@media(max-width:600px)
{
	#tables table tr td{
		display:block;	
		max-width:100% !important;
		text-align:left;
		width:auto !important;
	}

}
