/* Signup form */

#regiForm table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#regiForm .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#regiForm .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#regiForm .status {
  padding-top: 2px;
  padding-left: 0px;
  vertical-align: top;
  width: 200px;
  white-space: nowrap;
  margin:0px;
  padding-bottom:0px;
}

#regiForm .textfield {
  width: 150px;
}

#regiForm label.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#regiForm label.checked {
  background:url("images/checked.gif") no-repeat 0px 0px;
}
