.PageTitle {
	font-weight: bold;
	font-size: 120%;
}
#DateInput {
	top: 150px;
	left: 150px;
	width: 250px;
	position: absolute;
	background-color: silver;
	padding: 10px;
	border: black solid thin;
	display: none;
}

.FalseInputField {
	background-color: white;
	border: 1px solid black;
	padding: 1px;
	margin-top: 10px;
	width: 58px;
	color: black;
}

.BorderlessInput {
	border: black solid 0px;
}
