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

#border {
	position: absolute;
  width: 466px;
  height: 58px;
  border:1px solid #c2c2c2; 	
}

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

#bg{
	position: absolute;
	top:0px;
	left:0px;
}


.images{
	position: absolute;
  width: 468px;
  height: 60px;
}

#vlakLinks{
  height: 60px;
  width: 250px;
  position: absolute;
  background-color: #008374;
}

#txtEen, #txtTwee, #txtDrie, #txtViera, #txtVierb{ 
	position: absolute;
  width: 468px;
  height: 60px;
}


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

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

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

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


#logo{
    position: absolute;
    width: 82px;
    height: auto;
    right: 7px;
    bottom: 5px;
}

#terms {
	position: absolute;
}

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

#txtBtn{
	position: absolute;
    left: 0px;
    top: 0px;
}

#kaderWrapper{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 11px;
    right: 12px;
    overflow: hidden;
    border: 2px solid #fff;
}

#kader{
    position: absolute;
    width: 22px;
    height: auto;
    left: -11px;
    top: -1px;
}




