html {
  background-color: #2BBED8 !important;
}
body {
  background-color: #2BBED8 !important;
  background-image: none !important;
}
#header {
  background: white url(/images/landing/5/header.gif) 0 0 no-repeat !important;
  height: 130px;
}
#header h1 {
  display: none;
}
#logo, #logo * {
  display: none !important;
}
#getpagedna {
  border-top: 1px white solid;
  background:  #2BBED8;
}
#menu {
  margin: 0px !important;
  display: none;
}

h2 {
}

#info {
  float: left;
  width: 450px;
}

#info ul {
  margin: 0px;
  padding-left: 0px;
}

#signup-wrapper {
  width: 343px;
  margin-top: 0px;
  margin-right: 0px;
  border: 1px solid white;
  border-top: 0px;
  float: right;
}
#signup {
  background: #95DFEC;
  border: 2px solid #2BBED8;
}

#signup h1 {
  width: 332px;
  height: 81px;
  margin-right: -7px;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  background: url(/images/landing/5/ribbon.png) 0 0 no-repeat;
}

#signup form {
  padding: 5px 0px 20px 28px !important;
}

#signup form .note {
  font-size: 10px;
}

#signup label {
  display: block;
  text-align: left;
  margin-top:5px;
  font-size: 17px;
  color: #237992;
}
#signup input[type="text"],
#signup input[type="password"] {
  background: url(/images/landing/5/input-field.png) no-repeat 0 0;
  height: 28px;
  border: 0px !important;
  margin-right: 6px;
  width: 271px !important;
  font-size: 17px;
  padding-left: 10px !important;
}

#signup center {
  display: inline;
  text-align: left;
  padding: 0px;
  margin-right: 0px !important;
  width: 300px !important;
}
#signup #recaptcha_image {
  margin-right: 0px !important;
}


div#recaptcha_image img {
  border-radius: 5px;
  border: 1px solid #666;
  background: white;
  padding: 5px;
  width: 270px;
  height: 51px;
}

div#recaptcha_image {padding-bottom: 3px;}

#signup button {
  display: block;
  border: 0px;
  margin: 5px auto 15px auto;
  background-color: transparent;
}

.required, .error {
  color: red;
}

#about-footer {
  margin-top: 10px;
  width: 900px;
  overflow: auto;
  color: #fff;
  background: #237992;
}
#about-footer > div {
  margin: auto;
  padding: 0;
  padding-bottom: 10px;
  color: #95DFEC;
  text-align: center;
  font-size: 14px;
}
ul#about {
  clear: both;
  list-style: none outside none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 900px;
}
#about h2 {
  font-size: 12px;
  color: #95DFEC;
  padding-bottom: 6px;
  font-weight: bold;
}
#about li {
  color: #95DFEC;
  display: block;
  float: left;
  margin: 10px;
  padding: 10px;
  text-align: left;
  width: 260px;
  font-size: 12px;
}

#footer-wrapper {
  display: none;
  margin-bottom: 0px;
  padding-top: 0px;

}

.terms {
  width: 280px;
  font-size: 12px;
  color: #237992;
  line-height: 16px;
  padding: 1em 0 1em 0;
}
.terms a { text-decoration: underline; }

