html, body {
	font: 12px Arial;
}


#preloader
{
	left: -5000px;
	position: absolute;
	top: -5000px;
	visibility: hidden;
}

input.input {
	background: #fff url(../../images/input.gif);
	border: 0px none;
	height: 16px;
	padding: 2px 0 0px 3px;
	position: absolute;	
	width: 150px;
}
#error-bg {
	background: transparent url(../../images/error.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/planet/be/promotion/promo_2008_probepaket/images/error.png', sizingMethod='scale');
	left: 0;
	position: absolute;
	height: 175px;
	width: 366px;
	top: 0;
	z-index: 2;
}
#error-content {
	height: 85px;
	left: 60px;
	overflow: hidden;
	position: absolute;
	width: 266px;
	top: 50px;
	z-index: 3;
}
#error {
	color: #fff;
	font: bold 13px "Comic Sans MS", "Comic Sans", Arial;
	height: 175px;
	left: 195px;
	position: absolute;
	top: 45px;
	width: 366px;
	visibility: hidden;
	z-index: 1;
}

#error a.close {
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 47px;
	width: 29px;
	top: 17px;
	z-index: 4;
}

/**
		START
******************/

#start {
	position: relative;
}

#code-input {
	left: 144px;
	top: 498px;
	width: 160px;
}

#form {
	display: none;
}

#form input {
	width: 293px;
}

#firstname, #lastname, #street, #zipcode, #email {
	left: 106px;
}

#firstname {
	top: 189px;
}

#lastname {
	top: 214px;
}

#street, #housenr {
	top: 237px;
}
input#street {
	width: 212px;
}

input#housenr {
	left: 362px;
	width: 36px;
}

#zipcode, #city {
	top: 262px;
}

input#zipcode {
	width: 90px;
}

input#city {
	left: 274px;
	width: 124px;
}


#email {
	top: 285px;
}

#privacy-policy {
	left: 20px;
	display: none;
	position: absolute;
	top: 90px;
}
