
/* SIMPLE MODAL*/

#age_check_tab {margin: 0 auto;}

#simplemodal-overlay {
  /*background: #8f150b url(/_clip/bg_site.gif) repeat left top;*/
  background: #000000 url(/_clip/bg_agecheck.png) repeat-x left 0;
  cursor: wait;
}

#simplemodal-container {
  color: #007c39;
  padding: 0;
  width: 648px; /*min-height: 568px;*/
  margin: 0 auto;
  text-align: justify;
  top: 0 !important;
}

/* \* * html #simplemodal-container {height: 648px;} /**/

#age_check_tab {
	background: #fffcdd;
	padding: 10px;
	width: 450px;
	margin: 100px auto 0 auto;
	-moz-box-shadow: 0 0 20px #323232;
	-webkit-box-shadow: 0 0 20px #323232;
	box-shadow: 0 0 20px #323232;
	border: 5px solid #e2b33f;
}

#age_check_tab p {
	text-align: center;
	margin:  0 0 15px 0;
}

#simplemodal-container h3 {color: #969986;font-size: 90%;font-weight: normal; padding: 0; margin: 0; background: none; text-align: center;}

#age_check_tab h1 { color: #b60518; font-size: 100%; font-weight: bold; padding: 0; margin: 0; background: none; text-align: center;}
#age_check_tab h2 { color: #6d0800; font-size: 95%; font-weight: normal; background: none; border: none; text-align: center;}

#age_check_tab form {padding: 15px 0 20px 0;}
#age_check_tab form div {text-align: center;}
#age_check_tab .btn-ano 	{background: url(/_clip/btn_yes.jpg) no-repeat left 0; width: 100px; height: 40px; margin: 0 14px 0 0;border: 0; cursor: pointer;}
#age_check_tab .btn-ne 		{background: url(/_clip/btn_no.jpg) no-repeat left 0; width: 100px; height: 40px; border: 0; margin: 0; cursor: pointer;}

#age_check_tab .btn-ano:hover	{background: url(/_clip/btn_yes.jpg) no-repeat left -40px; -moz-box-shadow: 0 0 20px #e2b33f; -webkit-box-shadow: 0 0 20px #e2b33f; box-shadow: 0 0 10px #e2b33f;}
#age_check_tab .btn-ne:hover 	{background: url(/_clip/btn_no.jpg) no-repeat left -40px; -moz-box-shadow: 0 0 20px #e2b33f; -webkit-box-shadow: 0 0 20px #e2b33f; box-shadow: 0 0 10px #e2b33f;}


