

/* Unsupported browsers */

.orange_rbcontent { padding: 0.4em; }
.orange_rbroundbox { width: 100%; }

#unsupported {
  font-weight: bold;
  text-align: left;
}

/*#content {
  padding-top: 15px;
}*/

/* Signup form */

from table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

form .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

form .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

form .status {
  padding-top: 2px;
  padding-left: 8px;
  padding-righ: 8px;
  vertical-align: top;
  width: 46px;
  white-space: nowrap;
}

form .textfield {
  width: 150px;
}

form label.error {

  background:url("../images/unchecked.gif") no-repeat 100% 0px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  margin-right:2px;
}

form label.checked {
  background:url("../images/checked2.gif") no-repeat 100% 0px;
}

form .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

form #dateformatStatus, form #termsStatus {
  margin-left: 6px;
}

form #dateformat_eu {
 vertical-align: middle;
}

form #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

form #dateformat_am {
  vertical-align: middle;
}

form #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

form #termswrap {
  float: left;
}

form #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

form #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

form #lsignupsubmit {
  visibility: hidden;
}