/* Registration Styles */

#reg-eulaBox {
  font-size: 75%;
  width: 100%;
  height: 100px;
  margin: 0px 5px 0px 0px;
  padding-bottom: 0px;
}

#reg-eulaContentBox {
  overflow: auto;
  height: 99%;
  margin-top: 5px;
  padding: 2px;
  padding-bottom: 0px;
  border: 1px dashed #AFBED3;
  font-weight: normal;
  text-align: left;
}

#reg-helpBox {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5%;
  font-size: 85%;
  width: 20%;
  float: right;
  z-index: 20;
}

#reg-form {
  margin-top: 25px;
}

#reg-mainDiv {
}

#reg-formError {
  width: 60%;
  padding-left: 0px;
  margin: 0px 0px 10px 0px;
}

#reg-formTable {
  margin-left: 20px;
}

#reg-formTable tr {
  height: 22px;
}


.reg-formLabel {
  white-space: nowrap;
  font-weight: bold;
  text-align:right;
}

.reg-check {
  white-space: nowrap;
  padding-left: 10px;
  font-size: 90%;
}

/*  Calendar Style */
#caldiv {
  position:absolute;
  visibility:hidden;
  background-color: #FFF;
}

#date-anchor {
  font-size: 85%;
  text-decoration: underline;
  margin-left: 5px;
  margin: 2px;
}


a:hover#date-anchor {
  background-color: #FFF;
  text-decoration: underline;
}

