
/* SIMPLE MODAL*/

#age_check_tab {margin: 0 auto;}

#simplemodal-overlay {
  background: #FAF2DD;
  cursor: wait;
}

#simplemodal-container {
  background: #FAF2DD url(../_clip/agecheck.jpg) center center no-repeat;
  color: #1f2f6a;
  padding: 0;
  width: 910px; min-height: 568px;
  margin: 0 auto;
}

/* \*/ * html #simplemodal-container {height: 568px;} /**/

#age_check_tab h1 { font-size: 120%; padding: 180px 0 0 310px; font-weight: normal;}
#age_check_tab h2 { color: #000000; font-size: 70%; font-weight: normal; padding: 115px 0 0 420px; background: none; border: none;}

#age_check_tab form {padding: 25px 0 0 310px;}
#age_check_tab .btn-ano, #age_check_tab .btn-ne {cursor: pointer; background: url(../_clip/agecheck-ano.jpg) left top no-repeat; width: 78px; height: 35px; border: none; margin: 0 10px 0 0;}
#age_check_tab .btn-ne {background: url(../_clip/agecheck-ne.jpg) left top no-repeat;}

