div.loginpad_button {
	position: absolute;
	left: 840px;
	top: 102px;
	background-image: url('/css/login/images/button_login.gif');
	background-repeat: no-repeat;
	width: 116px;
	height: 55px;
	z-index: 22;
	cursor: pointer;
}


div.quickmenu_button {
	position: absolute;
	left: 870px;
	top: 124px;/* was 140 */
	background-image: url('/css/login/images/button_quickmenu.gif');
	background-repeat: no-repeat;
	width: 77px;
	height: 25px;
	z-index: 22;
	cursor: pointer;
}

div.loginpad_slider {
	z-index: 20;
	position: absolute;
	left: 740px;
	top: 137px;
	}
	
div.loginpad_forgot, div.loginpad_confirmed, div.loginpad {
	background-image: url('/css/login/images/loginpad_background.gif');
	background-repeat: no-repeat;
	width: 216px;
	height: 231px;
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

div.lp_naam {
	position: absolute;
	top: 20px;
	left: 10px;
	background-image: url('/css/login/images/loginpad_naam.gif');
	background-repeat: no-repeat;
	width: 153px;
	height: 19px;
	}

div.lp_email {
	position: absolute;
	top: 71px;
	left: 10px;
	background-image: url('/css/login/images/loginpad_email.gif');
	background-repeat: no-repeat;
	width: 153px;
	height: 19px;
	}

div.lp_wachtwoord {
	position: absolute;
	top: 68px;
	left: 35px;
	background-image: url('/css/login/images/loginpad_wachtwoord.gif');
	background-repeat: no-repeat;
	width: 142px;
	height: 17px;
	}


div.lp_button_verstuur, div.lp_button_login {
	position: absolute;
	top: 120px;
	left: 50px;
	background-image: url('/css/login/images/button_inloggen.gif');
	background-repeat: no-repeat;
	width: 118px;
	height: 40px;
	cursor: pointer;
}

div.lp_button_login.inloggen_up {
	background-image: url('/css/login/images/button_inloggen_over.gif');
}

div.lp_button_verstuur {
	background-image: url('/css/login/images/button_verstuur.gif');
	}

div.lp_button_verstuur.verstuur_up {
	background-image: url('/css/login/images/button_verstuur_over.gif');
	}


div.lp_error_email, div.lp_error_name, div.lp_error_password {
	color: #ff0000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: none;
}

div.lp_error_name {
	position: absolute;
	top: 50px;
	width: 200px;
	left: 40px;
}

div.lp_error_password {
	position: absolute;
	top: 103px;
	width: 200px;
	left: 90px;
}

div.lp_error_email {
	position: absolute;
	top: 105px;
	left: 50px;
	width: 200px;
}

div.loginpad_forgot input, div.loginpad input {
    width: 100px;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	padding-left: 2px;
	border: 1px solid #000000;
	background: url('/css/login/images/input_shaddow.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div.lp_name_field {
	position: absolute;
	top: 38px;
	left: 73px;
}

div.lp_email_field {
	position: absolute;
	top: 85px;
	left: 60px;
}

div.lp_password_field {
	position: absolute;
	top: 85px;
	left: 90px;
}


div.lp_black_links, div.lp_red_links {
	position: absolute;
	width: 200px;
	top: 160px;
	left: 15px;
}

div.lp_red_links {
	top: 71px;
	}
	
div.lp_black_links a {
	text-decoration: none;
	color: black;
}

div.lp_red_links a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #E85200;
}

div.lp_content{
	position: absolute;
	left: 10px;
	top: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 216px;
}

div.lp_content_small{
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 12px;
	font-weight: normal;
	width: 216px;
}

div.lp_black_links a:hover, div.lp_red_links a:hover {
	text-decoration: none;
	color: red;
}

