body {
	padding: 0px;
	margin: 0px;
	background-color: #2f79b5;
}

#top_bkgr {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(images/top_bkgr.png);
	height: 179px;
	width: 100%;
}

#mid_bkgr {
	background-color: #2f79b5;
	min-width: 1000px;
	padding-bottom: 20px;
	padding-top: 100px;
	text-align: center;
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(images/mid_bkgr.png);
}

#bottom_bkgr {
	width: 100%;
	height: 66px;
}

#copyright {
	margin-top: 15px;
	text-align: center;
	color: #7b93a7;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#disclaimer {
	margin-top: 100px;
	width: 100%;
	z-index: 0;
}

.disclaimertext {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 500px;
	color: #6da0cb;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#logo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 130px;
	z-index: 2;
	position: absolute;
	height: 94px;
	width: 100%;
}

.max_width {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

.text_width {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 532px;
}

#form_container {
	margin-right: auto;
	margin-left: auto;
	border-color: #103557;
	border-style: solid;
	border-width: 5px;
	background-color: #2f6d9e;
	width: 532px;
	
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.form_title {
	margin-top: 25px;
	text-shadow: 0px 2px #153f63;
	color: white;
	font-size: 24px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.form_submit {
	margin-bottom: 15px;
	height: 44px;
	width: 161px;
}

.form_field {
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	border-color: #153f63;
	border-width: 2px;
	border-style: solid;
	background-color: #5f9cc6;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: 35px;
	width: 380px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #74b5e1;
}

.form_textarea {
	padding-top: 5px;
	text-align: center;
	height: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 380px;
	border-width: 2px;
	border-color: #153f63;
	border-style: solid;
	color: white;
	background-color: #5f9cc6;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#compatible_software {
	margin-top: 50px;
}

.midtext {
	color: #a7d0ff;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
}

.smalltext {
	color: #a7d0ff;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

.bigtext {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 18px;
}

.spacer_10px {
	height: 10px;
}

.spacer_200px {
	height: 400px;
}

.text_title {
	font-weight: bold;
	color: white;
}

img {
	border-style: none;
	border-width: 0px;
}

.popup {
	margin: 20px;
}

