div.age-check {
  position: absolute;
  background: url("../images/age-check_bg.png") center center no-repeat;
  width: 854px;
  height: 766px;
  margin-top: -117px;
  margin-left: 83px;
  z-index: 101;
  font-family: Arial;
}

div.age-check div.dialog {
  position: relative;
  background: url("../images/age-check_dialog.png") center center no-repeat;
  width: 275px;
  height: 118px;
  margin-left: 437px;
  margin-top: 130px;

  padding-left: 67px;
  padding-top: 10px;
  padding-right: 20px;
}

div.age-check div.dialog h1 {
  padding: 0;
  margin: 0;
  color: #001e55;
  font-size: 22px;
}
div.dialog h1.sIFR-replaced {
  height: 40px;
  overflow: visible;
}

div.age-check div.dialog p {
  color: #007dc3;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

div.age-check div.daymonthyear-container {
  position: absolute;
  z-index: 1000;
  margin-left: 150px;
/*  *margin-left: -700px;*/
  margin-top: 33px;
}
div.age-check div.daymonthyear-selector {
  float: left;
  height: 145px;
  width: 176px;
}
div.selector-background {
  height: 58px;
  width: 164px;
  background: url("../images/age-check_dmy_bg.png") center center no-repeat;
  font-size: 30px;
  font-weight: bold;
  color: #d29b0f;
  text-align: center;
  padding-right: 12px;
  padding-top: 21px;
}

div.selector-background input {
	color: #d29b0f;
	font-size: 26px;
	width: 85px;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 0;
	background: transparent;
	font-weight: bold;
}

div.selector-up {
  background: url("../images/age-check_selector_up.png") center center no-repeat;
  height: 36px;
  width: 116px;
  margin: 0 auto;
  cursor: pointer;
}
div.selector-down {
  background: url("../images/age-check_selector_down.png") center center no-repeat;
  height: 36px;
  width: 116px;
  margin: 0 auto;
  cursor: pointer;
}



div.proceed-btn {
  position: absolute;
  background: url("../images/age-check_btn.png") center center no-repeat;
  height: 59px;
  width: 259px;
  cursor: pointer;
  z-index: 102;

  margin-top: 195px;
  margin-left: 280px;
}

div.no-drop {
  position: absolute;
  width: 96px;
  height: 92px;
  z-index: 150;
  margin-top: 416px;
  margin-left: 379px;
  cursor: pointer;
}

.age-check-cookie {
  position: absolute;
  color: white;
  margin-top: 250px;
  margin-left: 290px;
  text-align: center;
  z-index: 200;
  font-weight: bold;
}
