body#ageCheck{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	background:#fff;
	
	
}

body#ageCheck #logo{
	float:left;
	width:177px;
	height:57px;
	display:block;
	margin-top:20px;
	
}

body#ageCheck h1{
	display:block;
	width:100%;
	height:100%;
	background:url(images/ageCheck/staropramenLogo.gif) no-repeat;
	text-indent:-999em;
}



body#ageCheck h1 a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-999em;
	background:url(images/ageCheck/staropramenLogo.gif) no-repeat;
}


#age_check{
		position:absolute;
		width:608px;
		height:200px;		
		left:50%;
		top:50%;
		background:#000;
		margin:200px 0 0 -320px;	
		background:url(images/ageCheck/age_check_bg.png) no-repeat;
		padding:180px 17px 0 15px;
}
	
#age_check form{
	display:block;
	background:url(images/ageCheck/ageCheckBottom.jpg) no-repeat bottom;
	width:100%;
	
}
	

#age_check ul{
	margin:0 0 1.5em 0;
	padding:0 1%;
	/*background:url(images/ageCheck/ageCheckBg.jpg);	*/
	width:0;
	width:98%;
	float:left;
}

#age_check ul li{
float:left;
	display:inline;
	margin: 0 5px 0 0;
	clear:none;
	padding:0;
	
	width:auto;
	font-size:1em !important;

}

#age_check label{
	display:inline;
	color:#fff;
	font-weight:normal;
}

#age_check ul li.year{
	width:100px;
}

#age_check ul li.month{
	width:130px;
}

#age_check ul li.day{
	width:90px;
}

#age_check ul li.last{
	width:260px;
	margin:0;
}

#age_check ul li.last label{
	width:160px;
}


	
	
#age_check input.submit{
	float:right;
	position:relative;
	right:20px;
	width:97px;
	height:28px;
	background:url(images/ageCheck/ageCheckBtn.jpg) no-repeat;
	border:none;
	text-indent:-999em;
	cursor:pointer;
	font-size:0;
	line-height:0px;
}
	
#age_check p.error{
	float:left;
	width:300px;
	color:#cb0117;
	margin-left:3em;
}
	

#age_check ul{
	list-style-type:none;	
}



#age_check select{
	border:1px #eee solid;
	padding:0 2px;
}

#birthDay{
	width:50px;
}

#birthYear{
	width:60px;
}

#siteID{
	width:75px;
}

#youngUser{
	float:left;
	margin:0.5em 1em 0 30px;
}

.buttons p{
	color:#666;
	float:left;
	font-size:0.8em !important;
	margin-top:0.5em;
}

