body,tr,td {
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
}
.titel {
	font-size: 16px;
	font-weight: bold;
	color: 395672;
}
.little {
	font-size: 9px;
}

a {  
	color: 395672;
	text-decoration: underline; 
}
a:hover {  
	text-decoration: none
}

select,input,textarea {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid ;
}
input.checkbox, input.radio {
	border: none;
}
textarea.error, input.error {
	border-color: #FF0000;
}

input.button {
	font-family: verdana;
	font-size: 11px;
	border: 1px ridge;
}

#actie{border:1px solid white;color:red;position:absolute;
top:50px;
background:red;
padding:10px 20px;
margin-left:400px;
}
#actie a{color:white;text-decoration:none;font-weight:bold;}
