  div, input { font-family: Tahoma; margin-top: 5px; border: solid 0px black;}
  div.element-content { width: 100%; }
  input[type="text"] { width: 95%; }
  div#all-content { width: 80%; margin-left: 10%; margin-right: 10%; }
  div.half-row { float: left; width: 49.8%; }
  div.final-content { width: 100%; }
  div.final-content .element, div.final-content .element-label { float: right; clear: right;}
  div.final-content .element-label { font-weight: bold; font-size: 14pt; }
  div.final-content #amt { font-weight: bold; }
  div.clear { clear: both; }
  div.header-level-one { font-weight: bold; font-size: 18pt; margin-top: 60px; }
  div.header-level-two { font-weight: bold; font-size: 16pt; margin-top: 40px; }
  div.header-level-three { font-weight: normal; font-size: 14pt; margin-top: 25px; }
  input { border: solid 1px black; }
  button#pay { width: 75px; height: 30px; margin-top: 20px; float: right; background-color: lightgray; }
  span#errormessage { color: red; display: none; margin-top: 20px; margin-right: 5px; float: right; }
  span.required { color: red; }
