.inputbox
{
  background: #CCCCCC;
  font-family: "arial";
  font-size: 8pt;
  color: #000000;
  font-weight: bold;
  text-align: right;
  border-color: #444444;
  border-style: inset;
  border-width: 1px 2px 2px 1px;
  padding: 0px 0px 0px 2px;
  margin: 2px 0px 2px 0px;
}

.inputboxactive
{
  background: #CCCCCC;
  font-family: "arial";
  font-size: 8pt;
  color: #000000;
  font-weight: bold;
  text-align: right;
  border-color: #FFFFFF;
  border-style: inset;
  border-width:  1px 2px 2px 1px;
  padding: 0px 0px 0px 2px;
  margin: 2px 0px 2px 0px;
}

.outputbox
{
  background: #43b4e3;
  font-family: "arial";
  font-size: 8pt;
  color: #000000;
  font-weight: bold;
  text-align: right;
  border-color: #444444;
  border-style: inset;
  border-width: 1px 2px 2px 1px;
  padding: 0px 0px 0px 2px;
}

.divoff 
{
  visibility: hidden;
}

.divon
{
  visibility: visible;
}
