	#tarieven_form label {
		color: #666666;
		font-size: 10px;
		font-family: Tahoma, Verdana, Arial;
	}
	#tarieven_form input.textfield {
		width: 200px;
		padding:2px;
		color: #666666;
		background-color:#eeeeee;
		font-size: 10px;
		font-family: Tahoma, Verdana, Arial;
		border: 1px solid #dedede;
	}
	#tarieven_form input#save {
		padding:2px;
		color: #fff;
		background-color:#ff3c35;
		font-size: 10px;
		font-family: Tahoma, Verdana, Arial;
		border: 1px solid #ce1b14;
		margin-top:5px;
	}
	#tarieven_form input.level_2, #tarieven_form input.level_3  {
		background-color:#fafafa;
	}
	#tarieven_form textarea.textfield, #tarieven_form textarea#Vertrek_Hoeveelheid_Inhoud {
		width: 200px;
		padding:2px;
		color: #666666;
		background-color:#eeeeee;
		font-size: 10px;
		font-family: Tahoma, Verdana, Arial;
		border: 1px solid #dedede;
		width: 200px;
		height: 100px;
	}	
	#tarieven_form select.textfield {
		width: 200px;
		padding:2px;
		color: #666666;
		background-color:#eeeeee;
		font-size: 10px;
		font-family: Tahoma, Verdana, Arial;
		border: 1px solid #dedede;
	} 
	#tarieven_form .level_1 {
		margin-left: 10px;
	}
	#tarieven_form .level_2 {
		margin-left: 25px;
	}
	#tarieven_form .level_3 {
		margin-left: 40px;
	}
	#tarieven_form select {
		width: 200px;
	}
	dl.zend_form dd ul.errors li{
		color:#ff3c35;
		list-style-type: none;
	}