.cssform p {
	width: 255px;
	clear: left;
	margin: 0;
	padding: 20px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
	border-top: 1px #dfdfdf solid;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	color: #4a7fcf;
}
.cssform input.text{
	width: 250px;
}
.cssform textarea {
	width: 250px;
	height: 150px;
}
* html .threepxfix {
	margin-left: 3px;
}

#licentie{
height:100px;
width:370px;
font-size:x-small;
line-height: 1em;
border: 1px solid;
overflow:auto;
}
table {

	border-spacing:1px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	background-color:#E7E7E7;

	color: #2F4F4F;

	margin-bottom: 20px;

	width: 98%;

}

caption {

	font-weight: bold;

	background: #079cd8 url(../images/tabel_hoek.gif) no-repeat right top;

	border-bottom:2px solid #0080c4;

	color: #FFF;

	text-transform:uppercase;

	padding:10px;

}

td.links{

	width: 100px;

	font-weight: bold;

}

tr {

	background-color:#FFF;

	text-align:left;

}

tr.odd {

	background: #f6f6f6;

	border-top:1px solid #FFF;

}

td {

	border: 1px solid #FFF;

	vertical-align: top;

	padding: 5px;

}
