.body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FDC520;
}
.stippellijn {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
}
h3 {
	color: #9A7401;
	font-size: 14px;
	font-weight: normal;
}
a {
	color: #252481;
}
a:hover {
	color: #000;
}

#login {
	text-align: center;
}
input {
	border-top: 1px solid #9A7401;
	border-right: 1px solid #FEEBAF;
	border-bottom: 1px solid #FEEBAF;
	border-left: 1px solid #9A7401;
	background-color: #FDC520;
	color: #9A7401;
}
input.button {
	border-right: 1px solid #9A7401;
	border-top: 1px solid #FEEBAF;
	border-left: 1px solid #FEEBAF;
	border-bottom: 1px solid #9A7401;
	background-color: #FDC520;
	color: #9A7401;
	margin-top: 5px;
}
.label {
	color: #666;
}

