#content {
  height: 600px;
}

#content h1 {
  text-align: center;
  margin: 15px 0 20px 0;
}

#content form {
  position: relative
}

#content .form {
  background: url(../images/sign_up/form_bg.png) top left no-repeat;
  width: 540px;
  height: 300px;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 0 0 0 28px;
}

#content .form a {
  color: #fff;
}

#content .form .form_content {
  padding: 40px 0 0 50px;
}

#content .form_row {
  padding: 0;
  margin: 0 0 5px 0;
}

#content .form_row label {
  width: 60px;
  text-align: right;
  margin-right: 20px;
}

#content .form_row input {
  width: 280px;
  font-size: 1.2em;
}

#content .typing_controls {
  clear: both;
  text-align: right;
  width: 360px;
}

#content .t_and_c_row {
  padding-left: 80px
}

#content .t_and_c_row a {
  text-decoration: underline;
}

#content .t_and_c_row a:hover {
  text-decoration: none;
}

#content form .help {
  position: absolute;
  top: 204px;
  left: 170px;
  z-index: 500;
  width: 410px;
  height: 110px;
  background: url(/images/sign_up/help_bg.png) top left no-repeat;
}

#content .name_help,
#content .postcode_help,
#content .email_help,
#content .password_help {
  position: absolute;
}

#content form .help p {
  padding: 39px 30px 20px 20px;
  text-align: right;
}

#content #arrow {
  background-image: url(/images/sign_up/arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 502px;
  width: 70px;
  height: 180px;
}

#content .name_arrow {
  background-position: 0 5px;
}

#content .postcode_arrow {
  background-position: 0 32px;
}

#content .email_arrow {
  background-position: 0 63px;
}

#content .password_arrow {
  background-position: 0 90px;
}

#content .submit_row {
  position: absolute;
  top: 310px;;
  left: 380px;
}
