
#formulier { margin-top:15px; padding:0; }
.formHolder .row {	
	background:url(/html/images/field.gif) no-repeat right;
	margin-bottom:5px; 
	height:30px; 
}
.formHolder label { 
	width:140px; 
	display:block; 
	float:left; 
	padding-top:5px; 
	color:#ffffff; 
} 
.formHolder .obligated { color:#fff; vertical-align:top; }
.formHolder input {
	width:150px; height:15px;
	padding:2px;
	border:none;
	font-family:Arial, Verdana, "Times New Roman"; font-size:13px; 
}
.formHolder .submitButton {	padding-top:5px; }
.formHolder input.checkbox { width:auto; height:auto; }

.formHolder select#field7 { width:320px; }
.formHolder input#field0, input#field1, input#field2, input#field3, input#field4, input#field5, input#field6, textarea#field8 { width:315px; }
.formHolder textarea#field8 { height:75px; border:1px solid #000; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000; }


