#intro {
	position: absolute;
	z-index: 20000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	background: #fff;
	min-height:1110px;

	
}

#forms {
	position: absolute;
	z-index: 20001;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#forms-container {
	width: 955px;
	height: 400px;
	margin: 0 auto;
	margin-top: 200px;
}

#forms-content {
	width: 450px;
}

#forms-content a {
	color: #BB0000;
}

#age-gate .error-message,
#age-gate, #flags {
	display: none;
}

#forms-logo, #age-gate, #flags {
	margin: 0 auto;
}

#flags {
	margin-left: 70px;
}

#forms-logo {
	text-align: center;
}

#age-gate .submit a, #flags div{
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
#flags a {
	color: #000;
}
#flags a:hover {
	color: #BB0000;
}

#flags .sec-flag {
	float: left;
	width: 175px;
	line-height: 30px;
	padding: 2px 2px 0 4px;
}

#flags .top-flag {
	margin-left: 75px;
}

#flags img {
	vertical-align:middle;
	padding-right: 7px;
}

#age-gate {
	width: 370px;
}

#age-gate .text {
	text-transform: uppercase;
	text-align:center;
	font-size: 17px;
	color: #BB0000;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

#age-gate .submit {
	cursor: pointer;
	/*width: 120px;*/
	margin: 0 auto;
	margin-top: 15px;
}

#age-gate select.input {
	color: #FFF;
	font-size: 17px;
	margin: 0 0 0 41px;
	width: 86px;
	padding: 0;
	height: 23px;
	/*text-align:center;*/
	background-color: #000;
	border: 0px solid #000;
}

#age-gate select.input:focus {
	outline:none;
	color: #FFD33E;
}

#age-gate .input-block {
	background: url(../webasset/g3_bg_age_input.jpg) no-repeat;
	background-position: 35px 25px;
}

#animation {
  width: 100%;
  text-align:center;
  overflow: hidden;
}

#animation img {
  margin-left: -100px;
}

#noflash {
  display: none;
	font-size: 15px;
	text-transform: uppercase;
	color: #BB0000;
	font-weight: bold;
	text-align: center;
}
