#colorpicker {
    position: absolute;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: #F9F9F9;
    border: 2px #C0C0C0 outset;
    z-index: 1000;
}

#colorpicker-hue-container {
    position: absolute;
    top: 0;
    left: 270px;
    width: 20px;
    height: 270px;
}

#colorpicker-hue-bg-img {
    width: 100%;
    height: 100%;
}

#colorpicker-hue-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#colorpicker-hue-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 1009;
    cursor: default;
}

#colorpicker-bar {
    text-align: right;
    padding-right: 10px;
}

#colorpicker-close {
    cursor: pointer;
    color: blue;
    font-size: 10px;
    font-family: "Times New Roman", Calibri, Candara, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#colorpicker-div {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 250px;
    height: 250px;
    border: 1px solid #666;
}

#colorpicker-bg,
#colorpicker-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    overflow: hidden;
}

#colorpicker-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    z-index: 1009;
    margin-top: -6px;
    margin-left: -6px;
    cursor: default;
}

#colorpicker-selector img {
    position: absolute;
    left: 0;
    top: 0;
}

#colorpicker-footer {
    position: absolute;
    top: 270px;
    left: 10px;
    width: 280px;
}

#colorpicker-value {
    float: left;
}

#colorpicker-value,
#colorpicker-value-input {
    font-size: 10px !important;
    font-family: "Times New Roman", Calibri, Candara, Arial, Helvetica, sans-serif;
    height: 15px !important;
}

#colorpicker-value-input {
    width: 100px;
}

#colorpicker-okbutton {
    float: right;
    padding: 0 10px !important;
    background: #3366FF;
    font-size: 10px !important;
    height: 20px;
    width: 45px;
    font-family: "Times New Roman", Calibri, Candara, Arial, Helvetica, sans-serif;
    border: 1px solid #666666;
    color: #ffffff;
}
