/* CSS Document */
div.age_flash,div.age_formbox {
  float: left;
}
div.age_flash {
  float:left;
  width:636px;
  height:540px;
  background: url(/flash/temp_img/age_check.jpg) left top no-repeat;
}
div.age_formbox {
  background: transparent url('/images/age_check_bg.jpg') right top no-repeat;
  width: 304px;
  height:540px;
}
div.age_formbox.ab18 {
  background: transparent url('/images/ab18_bg.jpg') right top no-repeat;
}
form#age_form, p.ab18 {
  padding: 315px 25px 0 10px;
  color: #555;
}
form#age_form p {
  margin-bottom:5px;
}
form#age_form label {
  display:none;
}
form#age_form input {
	font-size: 110%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	border: 1px solid #B4BEC7;
	padding: 1px 5px;
	margin: 8px 4px;
	display:block;
	float: left;
	height: 20px;
}
form#age_form #age_submit {
  height: 40px;
  width: 40px;
  border:none;
  background: transparent url('/images/btn_arrow.png') center center no-repeat;
  * background: transparent url('/images/ie_blue_btn_arrow.gif') right center no-repeat;
  text-indent: -5000px;
  cursor: pointer;
	display:block;
	float: left;
}