div.colorPicker-picker {
    height: 20px;
    width: 20px;
    padding: 0 !important;
    border: 1px solid #000;
    cursor: pointer;
    line-height: 20px;
}

div.colorPicker-palette {
    z-index: 100;
    background-color: #fff;
    padding: 6px;
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

    width: 110px;
    position: absolute;
}

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;
}
