    body {
      margin: 0px;
      background-color: #13a0f0;
      /*background-image: url(bg_01.jpg);*/
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      color: #FFF;
      background-position: center top;


    }
    #Background-Image {
        position: fixed!important;;
        z-index: -1;
        background: repeat-y;
        }

    .lander { 
      max-width: 900px;
      margin: auto;
      padding: 10px;
      margin-top: 0px;
      margin-bottom: 20px;
      min-height:250px;

    }



.lander h1 { 
      color: #FFF;
      text-align: center;
      font-family: 'Raleway', sans-serif;
      margin: 0px;
    
      margin-bottom: 10px;
  
      //text-transform: uppercase;
      padding-bottom: 10px;
      background-repeat: no-repeat;
      background-position: center bottom;
      text-shadow:2px 2px 12px #000;
  }

  .lander h2 { 
      color: #ffa101;
      text-align: center;
      font-family: 'Raleway', sans-serif;
      margin: 0px;
      line-height: 28px;
      font-size: 22px;
  }


.form { 
      width: 45%;
      min-width: 320px;
      margin: auto;
      padding: 10px;
      padding-left: 75px;
      padding-right: 75px;
      margin-top: 10px;
      margin-bottom: 20px;
      box-shadow: 0 0 32px rgba(255,255,255,0.5);
      background-image: url(lander_bg.png);
      text-align: center;
      border-radius: 12px;
      margin-bottom: 20px;
}

.form input[type="text"] { 
   /*width: 270px;*/
   height: 30px;
   font-size: 18px;
   text-align: center;
   color: #777;
}
.form input[type="image"] { 
  margin: auto;
  width: 240px;
  display: block;
}

.highlight { 
  color: #97af43;
}

#changeSponsorForm label{
	display: inline;
}

#changeSponsorForm input[type="radio"], #changeSponsorForm input[type="checkbox"]{
	display: inline;
	margin: 0;
}