/* This only work if there is opnly 1 form.OF on the page */

form.OF {
    font-family: sans-serif;
    font-size: 11pt;
}

form.OF fieldset {
  border: 0px;
  margin: 0px;
}
form.OF legend {
  padding: 0 2px;
  font-weight: bold;
}
form.OF label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 90px; /* Width of labels */  /* Forced inpu boxes to line up*/         
}
form.OF fieldset ol {
  margin: 0;
  padding: 0;
}
form.OF fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.OF em {    /* Red asteric */
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.OF input { 
  width: 175px;
}
form.OF select {
  width: 115px; /* Width of Drop downs */  /* Forced inpu boxes to line up*/
  height: 25px;
}

form.OF input.save {
  width: 60px;
  background: #ded;
  border: 2px #0f0 outset;
  color: #000;
}

form.OF input:hover { background: #fff; }  

form.TOU input.save {
  width: 160px;
  background: #ded;
  border: 2px #0f0 outset;
  color: #000;
}

div.buinner{
    margin: 10px;
    border: 2px;
    border-style: inset;
    padding: 5px;
    text-align: left; 
    color: #000099;
    height: 200px;
    overflow: auto;
}