#age-check{ 
	background-image: url('/images/generic/background-agebridge.png');
	background-repeat: no-repeat;
	background-size: cover;
	width:50%; 
	margin: 15% auto auto;
	border:10px solid #fff;
	text-align: center;
	padding: 30px;
	vertical-align: center;
}

#age-check .body button {
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.4);
    font-size: 14px;
    text-align: center;
    margin-right: 12px;
}

#age-check .header {
	margin-bottom: 30px;
}

#age-check .header img {
	margin-bottom: 30px;
}

#age-check .header h2, h3 {
	font-family: Times;
	color: white;
}

#age-check .header h2 {
	font-size: 30px;
	color: white;
}

#age-check .body {
	margin-bottom: 30px;
}

#age-check .body p {
	margin-bottom: 15px;
	line-height: 25px;
	color: white;
}

#age-check .body label, a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
}

#age-check .body h2, h3 {
	font-family: Times;
	margin-bottom: 15px;
	color: white;
}

#age-check .body input[type="number"] {
	width: 50px;
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.4);
    font-size: 14px;
    text-align: center;
    margin-right: 12px;
}

#age-check .footer p{
	margin-bottom: 5px;
	color: white;
}