.login, .register {
	width: 445px;
	position: relative;
	float: left;
	margin-bottom: 15px;
	display: inline;
}

.login { margin-right: 10px; }

.errormessage { color: red; margin-bottom: 1em; }

.register { padding-top: 4em; }

#nieuwBijKatoenenzo {
	width: 350px;
	height: 40px;
	float: left;
	background-image: url("/images/login/nieuwbijkatoenenzo.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#nieuwBijKatoenenzo:hover {
	background-position: -350px 0;
}
