#container {
  position: absolute;
  width: 120px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}

#border {
	position: absolute;
	width: 118px;
	height: 598px;
  border:1px solid #c2c2c2; 	
}

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 999;
}



#bgOverlay{
	position: absolute;
	top: -50px;
	left: 100px;
}

.images{
	position: absolute;
	width: 120px;
	height: 600px;
}

#txtEen, #txtTwee, #txtDrie, #txtViera, #txtVierb{ 
	position: absolute;
}


#kaderEen, #kaderTwee{
height: 10px;
    position: absolute;
    border: 3px solid #fff;
    width: 13px;
    height: 13px;
    left: 8px;
    top: 124px;
}

.check{
	position: absolute;
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	stroke-width:3px;
	height: 13px;
	width: 13px;
/*	clip: rect(0px,0px,30px,0px);*/
}

#checkEen, #checkTwee{
	position: absolute;
	height: 13px;
	width: 13px;
	clip: rect(0px,0px,30px,0px);
}
#checkWrapper{
	position: absolute;
	height: 20px;
	width: 20px;
	clip: rect(0px,0px,20px,0px);
}

#footerTop{
	position: absolute;
	width: 100%;
	height: 87px;
	top: 0px;
	background-color: #008374;
}

#footerBottom{
	position: absolute;
	width: 100%;
	height: 87px;
	bottom: 0px;
	background-color: #008374;
}


#logo{
    position: absolute;
    width: 100px;
    height: auto;
    left: 10px;
    top: 28px;
}

#terms {
	position: absolute;
}

#BtnWrapper{
	position: absolute;
    width: 100px;
    height: 27px;
	left: 10px;
	bottom: 30px;
	background-color: #F67E00;
	border-radius: 6px;
	cursor: pointer;
}

#booknow{
	position: absolute;
    width: 100px;
    height: 27px;
}

#kaderWrapper{
    position: absolute;
    width: 13px;
    height: 13px;
    top: 4px;
    right: 8px;
    overflow: hidden;
    border: 2px solid #fff;
}

#kader{
	position: absolute;
	width: 26px;
	height: 13px;
	left: -13px;
}




