* {
	margin:0px;
	padding:0px;
	outline:0px;
}
body,html {
	width:100%;
	height:100%;
	overflow:hidden
}
body {
	font-size:14px
}
img {
	border:0
}
a:link {
	color:#0252AA;
	cursor:pointer;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
html,body {
	font-family:'Open Sans',Helvetica,Arial,sans-serif
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Open Sans',Helvetica,Arial,sans-serif
}
#background-wrap {
	position:absolute;
	z-index:1;
	overflow:hidden;
	height:100%;
	width:100%;
	text-align:center
}
#background-wrap #right-side {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;
	overflow:hidden;
}
#background-wrap #left-side {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	overflow:hidden;
	height:100%;
	width:50%;
	background:#FEFEFE
}
#background-margin {
	position:relative;
	z-index:2;
	height:100%;
	max-width:960px;
	overflow:hidden;
	margin:0px auto
}
#background-margin-left {
	z-index:1;
	height:100%;
	margin-right:343px;
	background:#FEFEFE
}
#content-wrap {
	position:absolute;
	z-index:2;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	overflow:auto;
	height:100%;
	width:100%
}
#margin-wrap {
	max-width:960px;
	height:100%;
	overflow:visible;
	margin:0px auto;
	position:relative
}
#background {
	max-width:960px;
	position:absolute;
	left:0px;
	right:343px;
	height:100%;
	width:auto;
	z-index:1;
	margin:auto
}
#foreground {
	max-width:960px;
	position:relative;
	z-index:2;
	margin:auto;
	width:488px;
}
#copy {
	padding:0px;
	padding-top:30px;
	width:488px;
	margin:0px;
}
#copy .decal {
	text-align:center;
	margin:0px auto
}
#copy .preamble {
	font-size:16px;
	text-align:center
}
#copy .headline {
	text-align:center;
	font-size:28px;
	color:#0061CE;
	
}
#copy .headline .highlight {
	color:#F69F1C
}
#copy .message {
	font-size:14px;
	color:#454545;	
	padding-left: 25px;
    	padding-right: 25px;
}
#copy .footnote {
	line-height:24px;
	font-size:12px;
	padding:30px 30px;
	color:#454545;
	text-align:center
}

#topbar {
	top:0;
}

#topbar #toplogos {
	display:block;
}

#divider {
	height:1px;
	border-bottom:1px solid #C9C9C9;
	width:435px;
	margin-left:auto;
	margin-right:auto;
}
#form {
	z-index:5;
	top:0;
	right:0px;
	color:#000;
	padding:9px 0px 0px;
	margin:0px;
	width:100%;
}
#form img {
	margin:0px auto
}
#form .headline {
	padding:10px 30px;
	font-size:24px;
	line-height:32px;
	color:#FFF;
	font-weight:500
}
#form .subline {
	padding:5px 30px 10px;
	font-size:20px;
	line-height:32px;
	color:#FFF
}
#form p {
	padding:10px 0px
}
#form p.footnote {
	font-size:11px;
	padding:20px 40px 10px
}
#form input.field {
	display:inline-block;
	border:1px solid #989898;
	color:#020202;
	background:#FDFDFD;
	border-radius:3px;
	padding:5px 10px;
	margin:6px 0px;
	width:368px;
	height:30px;
	font-size:16px;
	line-height:30px;
	text-align:left;
}
#form input.button {
	border:0px none;
	border-bottom:2px solid #179db5;
	border-radius:3px;
	background:#179db5;
	color:#FFF;
	width:100%;
	font-family:'Open Sans',Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:50px;
	padding:0px;
	margin:10px auto 0px;
	box-shadow:1px 1px 3px #444;
	cursor:pointer;
	min-height:50px;
	white-space:normal
}
@media (max-width:450px) {
	#form {
		position:relative;
		width:100%;
		padding-top:5px;
	}
	#form .headline {
		font-size:18px
	}
	#form .subline {
		font-size:16px
	}
	#copy {
		width:97%;
		top: 300px;
		padding:5px;
	}
	#copy .headline {
		padding-top: 9px;
	}
	#divider {width:293px;}
	#foreground {width:100%;}

}

@media (max-width:450px) {
	#topbar #toplogos {
	display:none;
	
}
	#form {
	text-align:left;
}
	#form #terms {
	    width: 126%;
    text-align: center;
}
#copy .message {
	padding-left: 2px;
    	padding-right: 2px;
}
#form input.field {
	width:269px;
}
}