body
{
	margin: 0;
	padding: 0;
	font-family: arial;
	background-repeat: no-repeat;
}

form
{
	margin: 0;
	padding: 0;
}

.holder
{
	position: absolute;
	top: 295px;
	background-color: black;
	height: 125px;
	overflow: hidden;
}

#format
{
	background-color: black;
	text-align: center;
	font-size: 12px;
	color: white;
	width: 175px;
	position: absolute;
	top: 255px;
	line-height: 18px;
	height: 20px;
	left: 671px;
	font-weight: normal;
	font-style: italic;
}

#y
{
	left: 312px;
}

#y input
{
	width: 250px;
}

#m
{
	left: 564px;
}

#m input
{
	width: 140px;
}

#d
{
	left: 706px;
}

#d input
{
	width: 140px;
}

#enter
{
	position: absolute;
	top: 460px;
	left: 670px;
}

.holder input
{
	border: none;
	background-color: transparent;
	color: white;
	text-align: center;
	font-size: 90px;
	line-height: 120px;
	height: 120px;
	font-weight: bold;
	font-family: 'arial black', arial;
	letter-spacing: -5px;
	margin: 0;
	padding: 0;
}

#disclaimer
{
	position: absolute;
	top: 525px;
	left: 491px;
	width: 170px;
}


#copyright
{
	position: absolute;
	top: 525px;
	left: 670px;
	width: 170px;
}

.text
{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2px;
	line-height: 16px;
	background-color: black;
}

a
{
	text-decoration: none;
}

a.white
{
	color: #000;
}

a.black
{
	color: #fff;
}