

form {
	padding: 0;
	margin: 0;
}

/*tr, td, input, textarea {
	margin: 5px;
	padding: 0px;

} */
td {
	padding: 0px 0px;
    line-height: 20px;
}
td:first-child {
    text-align: right;
    width: 150px;
}
#praktijkadres2 td:first-child {
    text-align: right;
    width: 150px;
}
#praktijkadres2 td:nth-child(2)
{
  width: 885px;
}

#praktijkadres2 td:first-child + td  {
  width: 885px;
}

.error[generated=true] {
	color: #dc0000; /*red*/
	font-size: 11px;
	padding: 5px 0 2px 5px;
}
tr.error td {
	padding: 0px;
}
input, textarea {
	background: #FFF;
	border: 1px solid #A1A1A1;
    border-radius: 3px;
	font: inherit;
	font-size: 11px;
   line-height: 20px;
   /*	min-height: 20px;*/
	padding: 3px;
	/*width: 300px; */
}
input:focus, textarea:focus {
	border-color: #dc0000; /*red*/
	outline: none;
}

input[type=submit] {
	background: #AA1800;
	color: #FFF;
	font: inherit;
	padding: 7px 20px;
	width: auto;
        border-radius: 3px;
}

#response {
	margin-bottom: 20px;
	text-align: center;
}
span.list {
  display: block;
  text-align: left;
}


#response .success {
	color: #AA1800;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#response .failure {
	color: #dc0000;
}

/*uitzonderingen vmbn*/
td.tdleft {
    width: 150px;
    text-align: left;
}
td.tdleftlong {
  text-align: left;
}

td.tdkop {
  background-color: #FFF;
   text-align: left;
}
td.tableheader, #praktijkadres2 td.tableheader, .opleidingen td.tableheader {
     color: #AB1900;
     font-weight: bold;
     text-align: left;
     padding: 10px 0;

}
td.tableheader .blackit {
  font-weight: normal;
  font-style: italic;
  color: #000;
}

td.tdblack {
  color: #000;
  text-align: left;
}
