#tblContact {
  font-weight:              normal;
  text-align:               left;
  width:                    100%;
}

#tblContact .tdContactInformation {
  font-weight:              bold;
  padding:                  3px;
}

#tblContact .tdContactField {
  font-weight:              normal;
  padding:                  3px;
  white-space:              nowrap;
  vertical-align:           top;
}

#tblContact .tdContactForm {
  font-weight:              normal;
  padding:                  3px;
  width:                    50%;
}

#tblContact .tdContactForm input {
  font-weight:              normal;
  width:                    98%;
}

#tblContact .tdContactForm input.inpCheckbox {
  font-weight:              normal;
  width:                    auto;
}

#tblContact .tdContactForm select {
  font-weight:              normal;
  width:                    100%;
}