﻿#LegalContainer {
	position: absolute; 
	left: 15px; 
	top: 540px;
	width: 100%;
}

.LinkTableSpacer {
	padding-left: 10px;
	padding-right: 10px;
}

#DisplayImage {
	position: absolute;
	left: 0px;
	top: 0px;
}

.DOBMonth, .DOBDay, .DOBYear {
	position: absolute;
	top: 460px;

	border-color: #99cccc; 
	border-style: none; 
	border-width: 0px 0px 0px 0px; 	
	
	color: #888888;
	font-size: 11px;
	text-align: center;
	
	height: 15px;
	background-color: #F3F3F3;
	width: 55px;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

.DOBMonth {
	left: 423px;
}

.DOBDay {
	left: 484px;
}

.DOBYear {
	left: 544px;
}

.SubmitAge {
	position: absolute;
	left: 450px;
	top: 491px;
	border: none 0px black;
}