input.text {
  border: 1px solid #7A7A7A; 
  padding: 2px; 
  font-size: 10pt; 
}
select.text {
  border: 1px solid #7A7A7A; 
  padding: 2px; 
  font-size: 10pt; 
}

textarea.text {
  border: 1px solid #7A7A7A; 
  padding: 2px; 
  font-family: Verdana, sans-serif; 
  font-size:10pt; 
}

input.submit {
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #072b61;
  border: 2px solid #072b61;
  cursor: pointer;
}
input.submit:focus {
  color: white;
  border: 2px solid #bf0404;
  background-color: #bf0404;
}
input.submit:hover {
  color: white;
  border: 2px solid #bf0404;
  background-color: #bf0404;
}
table.formTable {
  width: 100%;
}
table.formTable td {
  vertical-align: middle;
  padding: 4px;
}
table.formTable .left {
  width: 100px;
}

td.nextButton {
  text-align: right;
}

fieldset {
  margin-top: 1em;
  padding: 4px; 
  border: 1px solid #e0e0e0;
}
legend {
  color: #bf0404; 
  background-color: white; 
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
}

#helpDiv {
  width:250px;
  border: 1px solid #808080;
  color: #666666;
  background-color: #FFFFCC;
  padding: 4px;
}

.required {
  color: #bf0404;
}

.pageIndicator {
  color: #95b1ba;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px;
  border-bottom: 1px solid #95b1ba;
  margin-bottom: 1em;
}
.pageIndicator .item {
  font-size: 10pt;
  padding-right: 1em;
}
.pageIndicator .highlight {
  color: #bf0404;
  font-weight: bold;
  font-size: 12pt;
  padding-right: 1em;
}

table.sum {
  width: 100%;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #808080;
  margin-bottom: 2em;
}
table.sum .left {
  text-align: left;
}
table.sum .right {
  text-align: right;
  color: #bf0404;
  font-weight: bold;
  font-size: 12pt;
}

.thanks {
  text-align: left;
  font-weight: bold;
  font-size: 12pt;
  margin-bottom: 1em;
}
