div.commandsList-picker {
  height: 16px;
  width: 32px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(../images/arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
}

div.commandsList-palette {
  position: absolute;
  border: 1px solid #000066;
  background-color: #eeeeee;
  padding: 2px;
  width: 300px;
  height: 200px;
  overflow: auto;
}

td.commandsListTd1 {
  width: 100%;
  border: solid 0px;
  background-color: #eeeeee;
  height: 20px;
}

input.commandsListInput1 {
  width: 290px;
  font-size: 10pt;
  color: #000066;
  border: solid 0px;
  background-color: #eeeeee;
  height: 20px;
}


.commandsListArea {
  width: 290px;
  font-size: 10pt;
  color: #000066;
  border: solid 0px;
  background-color: #eeeeee;
}

div.commandsList-swatch {
  width: 32px;
  border: 0px solid #000066;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
