#overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #999;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 100;
  left:0;
}
#popup {
  display: none;
  position: absolute;
  /*top: 50%;*/
  top: 45%;
  /*left: 50%;*/
  left: 30%;
  background: #fff;
  /*width: 200px;*/
  width: 833px;
  /*height: 200px;*/
  height: 470px;
  margin-left: -100px; /*Half the value of width to center div*/
  margin-top: -100px; /*Half the value of height to center div*/
  z-index: 200;
  border: 1px solid #800;
  background: #f7f7f7;
}

#popupclose {
  float: right;
  padding: 10px;
  cursor: pointer;
}
.popupcontent {
  padding: 10px 15px;
}
.popupcontent h3{
  text-align: center;
  margin: 10px 0 20px;
  color: #800000;
  }
#button {
  cursor: pointer;
}


.rowa {
  width: 385px;
  float: left;
  height: 54px
  }
.row1 {
  width: 385px;
  float: right;
  height: 54px
  }
.text {
  width: 130px;
  float: left;
  font-weight: bold;
  }
.column {
  width: 230px;
  float: left;
  }
.error {
  color: #800000;
  }

.rowa input[type="text"], .rowa input[type="email"], .rowa textarea {
  width: 100%;
  margin-bottom: 0;
  }
  .row1 input[type="text"], .row1 input[type="email"], .row1 textarea {
  width: 100%;
  margin-bottom: 0;
  }
.rowa input[type="submit"] {
  float: right;
  }

.time, .mins, .meridian {
  margin: 0 5px 0 0 !important;
}
.rowa .column #txtAge {
  width: 80%;
  margin-right: 4%;
}
.row1 textarea {
  min-height: auto !important;
  }