﻿.Gray
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../Images/Gray.png);
	z-index: 1000
}

#divDisclaimer
{
	padding: 40px;
	margin: 20px;
}

.LandingPage
{
	line-height: 1.5;
	margin: 0px;
	background-color: #fff
}

.LandingPage li
{
	margin-bottom: 5px;
	list-style: none
}

.LandingPage .Quote
{
	font-style: italic
}

#divVisitorType
{
	height: 250px;
	width: 325px;
	margin: 100px auto;
	padding: 10px 20px;
	background-color: #fff;
	border: solid 1px #000;
}

#divVisitorType ul
{
	margin-bottom: 0px
}

#divVisitorType li
{
	margin-bottom: 5px;
	list-style: none
}

#divVisitorType input[type=button]
{
	margin-right: 10px
}