body{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.clearfix{
	clear: both;
}
#container{
	width: 840px;
	margin: 0 auto;
}
#sidewaysMP{
	float: left;
	margin-top: 80px;
}
#handsplash{
	float: left;
}
h1{
	margin: 0;
	padding: 100px 0 0 0;
	font-style: italic;
	text-indent: -60px;
}
#OAheader{
	float: left;
	margin:10px 0 80px -100px;
}
#form {
	float: left;
	width: 397px;
	margin-left: 20px;
}
#form b{
	color: #eb5a23;
	font-size: 18px;
	
}
.emailinput{
	width:350px;
	text-align: center;
	height: 30px;
	padding: 10px 16px;
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	display: block;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
}
#btn{
	width: 382px;
	padding: 19px 0;
	border-color: rgba(0,0,0,0.24);
	border-width: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ffb114;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb114), color-stop(100%, #ff8314));
	background: -webkit-linear-gradient(top, #ffb114 0%, #ff8314 100%);
	background: -moz-linear-gradient(top, #ffb114 0%, #ff8314 100%);
	background: -ms-linear-gradient(top, #ffb114 0%, #ff8314 100%);
	background: -o-linear-gradient(top, #ffb114 0%, #ff8314 100%);
	background: linear-gradient(to bottom, #ffb114 0%, #ff8314 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb114, endColorstr=#ff8314, GradientType=0);
	cursor: pointer;
}
#btn:hover{
	width: 382px;
	padding: 19px 0;
	border-color: rgba(0,0,0,1);
	border-width: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #ffb114;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb114), color-stop(100%, #ff8314));
	background: -webkit-linear-gradient(top, #ffb114 10%, #ff8314 50%);
	background: -moz-linear-gradient(top, #ffb114 10%, #ff8314 50%);
	background: -ms-linear-gradient(top, #ffb114 10%, #ff8314 50%);
	background: -o-linear-gradient(top, #ffb114 10%, #ff8314 50%);
	background: linear-gradient(to bottom, #ffb114 10%, #ff8314 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb114, endColorstr=#ff8314, GradientType=0);
}
.submit {
	font-weight: bolder;
	font-size: 24px;
	color: white;
}
.safeinfo {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}
#footer-container{
	border-top: 1px solid #CDCDCD;
	width: 100%;
}
#footer {
	width: 900px;
	margin: 0 auto;
	line-height: 60px;
	color: #6a6f84;
	font-size: 10pt;
}
#footer img{
	width: 100px;
	float: left;
	margin-top: 15px;
}
#footer #nav{
	float: right;
}
#footer #nav a{
	color: #6a6f84;
	text-decoration: none;
}