/* ************************************************************************* */
/* forms made with <div> and <span> */
/* ************************************************************************* */

#form {
  border-collapse: collapse;
}

#formheaderleft {
  width: 10px;
  height: 32px;
  float: left;
  background: url('/images/formheader32.left.png');
}

#formheadermiddle {
  height: 32px;
  float: left;
  text-align: left;
  background: url('/images/formheader32.middle.png') repeat-x;
}

#formheaderright {
  width: 10px;
  height: 32px;
  float: left;
  background: url('/images/formheader32.right.png');
}

#formheadertext {
  height: 34px; 
  line-height: 34px;
  font-weight: bold;
  color: white;
  text-align: left;
}

#formbody {
  display:inline;
  margin: 0 auto;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #0D3380;
  border-bottom: 1px solid #0D3380;
  border-right: 1px solid #0D3380;
}

/* ************************************************************************* */
/* forms made with tables */
/* ************************************************************************* */

table.form {
  border-collapse: collapse;
  background-color: #fff;
  cell-padding: 0px;
  cell-spacing: 0px;
}

td.formheader2 {
	height: 32px;
  background: url('/images/formheader32.middle.png') repeat-x;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  align: left;
  valign: middle;
  color: white;
  white-space:nowrap;
  border-bottom: 1px solid #0D3380;
  border-left: 1px solid #0D3380;
  border-right: 1px solid #0D3380;
}

td.formheader {
  height: 32px;
  background-color: #91A0BF;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  align: left;
  valign: middle;
  color: white;
  white-space:nowrap;
  border: 1px solid #3A404D;
}

td.formbody {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  align: left;
  valign: middle;
  color: black;
  white-space: nowrap;
  border-left: 1px solid #0D3380;
  border-right: 1px solid #0D3380;
  border-bottom: 1px solid #0D3380;
}

