form {
    padding: 15px;
    width: 425px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
legend {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
label {  
	position: relative;  
	float: left;  
	width: 130px;  
	margin-right: 12px;
}
label em {  
	position: absolute;  
	left: 130px;  
	top: 0px;
}
label.offerte {
    width: 160px;
	margin-right: 2px;
	font-size: 9px;	
}
label.lang {
    width: 225px;
}
label.nr {
    width: 30px;
	margin-left: 2px;
	font-size: 9px;	
}
label.meer {
    width: 330px;
	text-align: right;
	font-size: 9px;
}
input {
	background-color: #f5f5f5;
	font-size: x-small;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 10px;
}
input.nr {
	width: 30px;
}
input.offerte {
	width: 160px;
	margin-right: 2px;
}
input:focus {
	background-color: #FFFDDD;
}
select {
	background-color: #f5f5f5;
	font-size: x-small;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 10px;
}
textarea {
    width: 200px;
    height: 100px;
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}
textarea.probleem {
	width: 360px;
	height: 30px;
}

