body {
  background:#e6e6e6;
}

#airlock {
  width:359px;
  margin:25px;
  background:url('../img/signup/tile.gif') 0 0 repeat-y;
}

input.custom, textarea {
  width:150px;
  border:1px solid #808080;
  background:#000;
  padding:5px;
  font-family:'Georgia', 'Times New Roman', serif;
  color:#fff;
  font-size:13px !important;
  margin-bottom:10px;
}

textarea {
  overflow:hidden;
  height:45px;
}

.error {
  font-size:13px;
  color:#f00;
  text-align:center;
  margin-top:30px;
}

#required,
#optional {
  padding:0 0 0 152px;
}

#required {
  margin-top:30px;
  background:url('../img/signup/required.gif') 46px 50% no-repeat;
}

#optional {
  margin-top:35px;
  background:url('../img/signup/optional.gif') 46px 50% no-repeat;
}

#submit {
  margin:25px 0 35px 0;
  color:#fff;
  font-size:13px;
  padding:0 0 0 152px;
}

  #submit p {
    font-size:13px;
    line-height:19px;
    font-family:'Georgia', 'Times New Roman', serif;
    margin-bottom:30px;
  }
    
    #submit p a {
      color:#fff !important;
    }
    
.success {
  margin:35px 0;
  padding:0 80px;
  font-size:13px;
  line-height:19px;
  font-family:'Georgia', 'Times New Roman', serif;
  margin-bottom:30px;
  color:#fff;
}

  .success a {
    color:#fff !important;
  }