
#left {
  width: 210px;
  float: left;
  position: relative;
}


#right {
  width: 725px;
  float: right;
  position: relative;
  z-index: 2;
}


#label {
  margin-top: 215px;
  width: 210px;
}


#box {
  position: relative;
  float: right;
  display: inline;

  margin-right: 50px;

	min-height:610px; 



  width: 550px;
  /*min-height: 610px;*/
  background-color: #f9f9f9;
  background-image: url(img/prijzen_box_background.gif);
  background-repeat: repeat-x;
  background-position: bottom center;
  z-index: 2;
}

/* mac hide \*/
* html #box{height:610px}
/* end hide */


#box .padder {
  padding: 25px 22px;
}

#box .padder2 {
  padding-left: 25px;
}

#box hr {
  border: 1px dotted #141414;
  margin-top: 10px;
  margin-bottom: 10px;
}

#box-shadow {
  position: absolute;
  z-index: 1;
  top: 540px;
  left: 79px;
}

#cloudia {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 0px;
}

h1 {
  font-size: 26px;
}


.buttons {
  text-align: right;
}

input.button {
  background-color: #b2b2b2;
  border: 0;
  color: white;
  padding: 4px 8px;
  cursor: pointer;
  width: 200px;
}


