/* form */

label{
float:left;
width:150px;
margin-top:5px;
}

input[type=text], textarea, select{
float:left;
width:200px;
margin-top:5px;
	border:1px solid #9e2f39;
	font-family:Verdana;
	font-size:10pt;
}

input[type=submit], input[type=button]{
	padding:3px;
	border:1px solid #9e2f39;
	color:#9e2f39;
}

.clr{
clear:both;
}
fieldset{
border:0px;
}
/* einde form */