#site_content {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 100px;
/*
  padding-top: 20px;
  border-radius: 7px 7px 7px 7px;
  background: transparent url(../images/whiteBG.png) repeat;
  -moz-border-radius: 0px 0px 7px 7px;
  -webkit-border: 0px 0px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
*/
}

#content {
  max-width: 980px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 20px;
}

.p_color {
  line-height: 1.7em;
  color: #527a7a;
  color: #3d5c5c;
  padding-left: 40px;
}
.p_darkcolor {
  color: #1f2e2e;
}

.content_item {
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
  margin-left: 150px;
/*
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 400px 100px 100px 100px;
*/
}
 
.content_imagetext {
  width: 890px;
  padding: 5px;
  margin: 20px 0 0 0;
  float: left;
}
 
.content_image {
  float: left; 
  width: 300px;
  height: 150px;
  margin: 0 20px 10px 0;
  padding: 10px;
  -moz-box-shadow:    inset 0 0 20px #ADADAD;
  -webkit-box-shadow: inset 0 0 20px #ADADAD;
  box-shadow:         inset 0 0 20px #ADADAD;
}
  
.content_container {
  width: 275px;
  padding: 5px;
  margin: 10px 10px 20px 0;
  float: left;
}

.footer {
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   /*
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  */
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  margin-top: 30px;
  background: transparent url(../images/transparent.png) repeat;
  font: normal 95% Arial, Helvetica, sans-serif;
}

/* Simon's modifications */
#site_content-reg-form {
  max-width: 980px;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left:auto;
  margin-right:auto;
}

.reg-form {
  margin-left: 25px;
}

.reg-form-btn {
  background-color: #62CAEC;
  border: none;
  color: white;
  padding: 15px 30px 15px 30px;
  font-size: 90%;
  cursor: pointer;
}

.reg-form-btn:hover {
  background-color: #3CBDE8;
}

.centered-reg-form {
  font-family: DFPPOP1W7-B5;
  positioin: absolute;
  text-align: center;
  transform: translate(0%, -440%);
  z-index: 100;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 2px 2px #FFF;
}


.form-tbl {
  padding: 8px 0px;
  width: 200px;
  height: 50px;
  line-height: 16px;
}

.input-box {
  font-size: 18px;
  padding: 5px;
  width: 250px;
}

@media only screen and (max-width: 1025px) {
  /* For tablets: */
  #site_content-reg-form {
    max-width: 960px;
  }
  .content_item {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 420px) {
  /* For cell phones: */
  #site_content-reg-form {
    max-width: 400px;
    line-height: 1.4;
  }
  #content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .centered-reg-form {
    font-size: 24px;
    transform: translate(0%, -240%);
    line-height: 1.1;
  }
  .form-tbl {
    width: 200px;
    height: 70px;
    line-height: 20px;
  }
  .input-box {
    width: 190px;
  }
}
 
.document {
  padding: 5px 10px 5px 10px;
}
