.welcome {
	position: absolute;
	top: 50%;
	left:50%;
	margin: -300px auto 0 -475px;
	height: 600px;
	width: 950px;
	text-align:center;
}

.enter {
	padding:25px 0;
}

.enter input, .enter img {
	padding:0 50px;
}

input, select {
	font-family:Arial;
	font-weight:bold;
}

#check {
	background:url(../img/agecheck.jpg) no-repeat top center;
	padding:40px 0;
}

select {
	background: #000;
	border: 0px;
	color: #666666;
	border:1px solid #141414;
	height:22px;
}

.nice {
	background:url(../img/agecheck_input.png) no-repeat top left;
	width:44px;
	height:16px;
	border:0;
	color:#666666;
	padding:5px;
	font-weight:bold;
	margin-right:18px;
}

input.gray {
	color:#4e4e4e;
}