/*==============================================================================*/
/* AGE BOX ---------------------------------------------------------------------*/
#ageboxwrapper {
	position: relative;
	width: 550px; /* 530px - padding */
	height: 200px; /* 280px - padding */
	margin: auto;
	padding: 40px;
	border: 10px solid #fff;
	background: #6f0a10 url('/images/page/redstripbg.jpg') no-repeat center top;
}
	#ageboxwrapper #logo {
		position: absolute;
		top: -75px;
		left: -60px;
		width: 313px;
		height: 0;
		padding-top: 119px;
		overflow: hidden;
		background: url('/images/page/logo2.png') no-repeat;
	}
#agebox {
	width: auto;
	height: 140px; /* 200px - padding - border */
	padding: 20px;
	border: 10px solid #ccc;
	background: #fff;
	text-align: center;
}
	#agebox P, #agebox P * {
		font: bold 15px Helvetica, Arial, sans-serif;	
	}

/*==============================================================================*/
/* FORM ------------------------------------------------------------------------*/
TABLE.form {
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}
	TABLE.form TR {
		vertical-align: middle;
	}
		TABLE.form TR TD {
			padding: 5px;
			text-transform: uppercase;
		}
		TABLE.form INPUT[type="image"] {
			display: block;
		}