div#age_gate {
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
  width: 388px;
  height: 193px;
  margin-top:40px;
  background-color:#ffffff;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -moz-opacity: 0.65;
}

div#box_left, div#box_right {
  float: left;
  width: 35px;
  height: 193px;
}

div#box_center {
  text-align:center;
  margin-left: auto; 
  margin-right: auto;
  float:left;
  width: 318px;
  height: 193px;
  font-size: 23px;
  color: #481a1c;
  font-family: georgia;
}

div#dob {
  padding-top:22px;
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
  width: 318px;
  height: 30px;
}

div#mmddyyyy {
  padding-top:20px;
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
  width:200px;
}

div.slash {
  float:left;
  background-image: url('../images/avp/dob_divider.gif');
  width: 17px;
  height: 32px;
}

div.frm_input {
  float:left;
}

input#mm, input#dd {
  border: 0px;
  background-color: #e1e1e1;
  width: 46px;
  height: 23px;
  font-size: 20px;
  color: #481a1c;
  font-family: georgia;
}

input#yyyy {
  border: 0px;
  background-color: #e1e1e1;
  width: 68px;
  height: 23px;
  font-size: 20px;
  color: #481a1c;
  font-family: georgia;
}

div#required {
  text-align: right;
  width:200px;
}

div#continue {
  padding-top:20px;
  display:block;
  text-align:center:
  display:block;
  width:200px;
}
