@charset "utf-8";
/* CSS Document */

body,p,input,form,table,span,td{
    padding:0;
	margin:0;
	}

body{	background-color:#ECECEC;
	}

.formtable{	border:0px;
	width:600px;
	background-color:#FAFAFA;
	}

.naamveld{
	text-align:left;
	width:200px;
	background-position:right;
	background-image:url(images/formheaderbg.jpg);
	font-family:Tahoma;
	font-size:10pt;
	padding-left:20px;
	}

.invulveld{
	text-align:center;
	width:180px;
	padding:10px;
	}

.standaard{ color:#222222; }
.verplicht{ color:#cc0000; }

input{
  	width:178px;
	border:1px #cccccc solid;
	}

