	
	body {
		background-color: #ffffff;
		font-family: verdana, arial;
		color: #ffffff;
		font-size: 67.5%;
	}
	
	#container {
		width: 1032px;
		margin: 10px auto 10px auto;
	}
	
	#bovenkant {
		background-image: url('/detachering/images/bovenkant_login.jpg');
		background-repeat: no-repeat;
		height: 6px;
	}

	#header {
		text-align: right;
		color: #ffffff;
		font-weight: bold;
	}

	#headerlogo {
		background-image: url('/detachering/images/logo_uitzendbureaus.png');
		background-position: center center;
		background-repeat: no-repeat;
		height: 250px;
	}
	
	#logo {
	text-align: right;
	height: 20px;
	padding-right: 2px;
	color: #333333;
	}
	
	#container2 {
		background-image: url('/detachering/images/achtergrond_login.jpg');
		background-repeat: repeat-y;
		width: 1032px;
	}
	
	#loginbox_ub {
		display: inline-block;
		float: left;
		width: 321px;
		margin-left: 107px;
	}
	
	#aanmeldbox {
		display: block;
		float: left;
		height: 200px;
		width: 296px;
		margin-left: 179px;
		text-align: left;
	}
	
	#uitlegbox {
		display: inline-block;
		float: left;
		width: 321px;
		margin-left: 170px;
		margin-top: 133px;
	}
	
	.loginfield {
		width: 122px;
		height: 15px;
		margin: 0px 0px 5px 0px;
	}
	
	.formfield {
		display: inline-block;
		float: left;
		padding: 2px;
	}
	
	#kop {
		font-weight: bold;
		padding: 20px;
		color: white;
		text-align: center;
		font-size: 1.2em;
	}
	
	.formdesc {
		display: inline-block;
		float: left;
		text-align: right;
		padding: 7px 4px 0px 0px;
		width: 184px;
	}
	
	.loginbutton {
		width: 129px;
		height: 24px;
		border: none;
		background-image: url('/detachering/images/inloggenknop.png');
		background-repeat: no-repeat;	
	}
	
	.loginbutton_d {
		width: 129px;
		height: 24px;
		border: none;
		background-image: url('/detachering/images/inloggen_d.png');
		background-repeat: no-repeat;	
	}
	
	.aanmeldenbutton {
		width: 127px;
		height: 24px;
		border: none;
		background-image: url('/detachering/images/aanmelden.png');
		background-repeat: no-repeat;	
	}
	
	.footer_links {
		color: white;
		text-decoration: none;
	}
	
	.rood {
		color: #a90101;
	}
	
	.wit {
		color: white;
	}
	
	#footer {
		background-image: url('/detachering/images/onderkant_login.jpg');
		background-repeat: no-repeat;
		height: 6px;
	}	
	
	#loginerror {
		position: absolute; 
		width: 400px;
		margin: -485px 0 0 320px;
		background-color: #ff6666;
		border: 5px solid #cc0000;
		padding: 10px;
	}
