* {
	margin:0px;
	paddign:0px;
}

body {
	font-family:arial;
	font-size:12px;
}

input[type~="radio checkbox"]  {
	background-color:green;
	padding:20px;
}

td {
	vertical-align:top;
}

#leftcolumn {
	width:500px;
}

#columnpicture {
	margin-top:20px;
	background-image: url('//www.routebeheer.net/View/Images/foto.jpg');
	width:300px;
	height:193px;
}

input[type=text], textarea {
	border:1px solid #bbb;
}

input[type=submit], select {
	border:1px solid #bbb;
	width:143px;
}

#formtable td:first-child {
	width:250px;
}

#formtable textarea {
	width:395px;
}