div.colorPicker-picker {
  background: url(../images/arrowdown.png) 90% 50% no-repeat;
  cursor: pointer;
  line-height: 16px;
  font-size:0.75em;
  font-weight:bold;
  text-align: center;
  min-width: 60px;
  max-width: 60px;
  padding:4px; 
  border: 1px solid #F3C101;
  outline:none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius:4px; 
  cursor: pointer
}
input[type="text"].colorPicker-picker:focus {
    border: 1px solid #F3C101;
    box-shadow: 0 0 10px #F3C101;
    -moz-box-shadow: 0 0 10px #F3C101;
    -webkit-box-shadow: 0 0 10px #F3C101
    }

div.colorPicker-palette {
  width: 200px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
