div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(../img/colorpicker/arrow.png) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
  font-size:0.75em;
  font-weight:bold;
  text-align: center;
  margin-top:10px;
}

div.colorPicker-palette {
  width: 214px;
  position: absolute;
  border: 1px solid #eee;
  border-radius:4px;
  background: #fff;
  padding:2px;
  box-shadow: 5px 5px 10px #999;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {display:none}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 3px; font-size: 12px; border: 1px solid #ccc; width: 90%; }

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #ccc;
  border-radius:2px;
  margin:1px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
