div.color_picker {
  background: url("arrow.gif") no-repeat scroll right bottom transparent;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    padding: 0 !important;
    width: 25px;
}

div#color_selector1,div#color_selector2{

}
.slt
{
  width: 150px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 1;

}
  div#color_custom {width: 100%; float:left;display:none; }
  div#color_custom label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.color_swatch {
  height: 24px;
  width: 24px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
