/*

	Title: Martini Bar Rotterdam Age check form
	Author: Mark Dekker
	Url: http://marklekker.com
	
*/


body {
	font: 10px/18px Verdana,Arial; 
	background: #000 url(../images/agecheck_bg1.jpg);
	color: #f1f1f1;
	margin: 0;
	padding: 0;
	min-width: 800px;
}
a {
	color: #ff1720;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
	display: block;
}
.wrapper {
	background: url(../images/agecheck_bg2.gif) 100% 0 no-repeat;
	height: 100%;
	position: relative;
}
.page {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.logo {
	width: 257px;
	height: 155px;
	text-indent: -9999px;
	background: url(../images/agecheck_logo.gif) top center no-repeat;
	margin: 20px auto 32px;
}
.intro {
	text-align: left;
}
form {
	margin: 40px 0;
}
fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}
fieldset p {
	margin: 40px 0;
}
legend {
	display: none;
}
input {
	width: 105px;
	padding: 10px 0;
	margin: 0 20px;
	text-align: center;
	border: 0;
	background: none;
	border-bottom: 1px solid #818181;
	color: #fff;
	font-size: 23px;
}
input.error {
	color: #ff1720;
	border-color: #ff1720;
}
input.submit {
	margin: 0;
	padding: 0;
}
#dob_exit {
	width: 79px;
	height: 23px;
	border-bottom: 1px solid #818181;
}
#dob_enter {
	width: 80px;
	height: 23px;
	margin-left: -4px;
}
label {
	display: none;
}
label.dob_remember {
	display: block;
	cursor: pointer;
	width: 100px;
	margin: 15px auto 25px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	text-transform: uppercase;
	background: url(../images/agecheck_remember.gif) 100% -39px no-repeat;
}
label.selected {
	background-position: 100% 1px;
}
#dob_remember {
	position: absolute;
	top: -9999px;
}
.copyright {
	margin: 25px 0 0;
}
#errmsg {
	display: block;
	color: red
}
