
/* Signup form */

table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

.label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

.field {
  padding-bottom: 10px;
  white-space: nowrap;
}

.status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

.textfield {
  width: 150px;
}

label.error {
  padding-bottom: 2px;
  color: #FF0000;
  float:left;
  width: 166px;
  font-weight:normal;
 }

label.checked {
  background:url("") no-repeat 0px 0px;
  left:100px;
  top:-50px;
}

.success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#dateformatStatus, #termsStatus {
  margin-left: 6px;
}

#dateformat_eu {
 vertical-align: middle;
}

#ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#dateformat_am {
  vertical-align: middle;
}

#ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#termswrap {
  float: left;
}

#terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#lsignupsubmit {
  visibility: hidden;
}