div.input-box {
  border: 1px outset black;
  padding: 12px;
  width: 98%;
} 
div.box-title {
  border-bottom: 1px outset black;
  padding-bottom: 12px;
}
span.box-title {
  font: bold 12pt Arial; 
}
div.setup-box {
  position: relative;
  top: 0; left: 0;
  width: 98%;
  z-index: 0;
  display: none;
  padding: 8px;
  background: #e6e9fa;
  border: 1px solid black;
}
#method-box {
  position: relative;
  top: 0; left: 0;
  margin-top: 16px;
  width: 100%;
  font-size: 10pt;
}
div.check-method-box {
  float: left;
  padding: 6px;
  border: 1px outset black;
  font-size: 10pt;
}
a.button {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  background: lightgrey;
  border: 2px outset;
  padding: 2px;
}
td.W_on_B  { background: black; color: white; }
td.B_on_W  { background: white; color: black; }
td.B_on_G1 { background: lightgrey; color: black; }
td.W_on_G2 { background: darkgray; color: white; }
td.G2_on_B { background: black; color: darkgray; }
td.G1_on_W { background: white; color: lightgrey; }
td.B_on_RED { background: red; }
td.B_on_LIME { background: limegreen; }
td.B_on_AQUA { background: aqua; }
td.B_on_GREEN { background: green; }
td.B_on_SILVER { background: silver; }
td.B_on_YELLOW { background: yellow; }
td.B_on_TEAL { background: teal; }
td.B_on_BLACK { background: black; }
td.B_on_WHITE { background: white; }
td.B_on_GREY { background: gray; }
td.B_on_DARKSEAGREEN { background: darkseagreen; }
td.B_on_BLUE { background: blue; }
td.B_on_LIGHTBLUE { background: lightblue; }
