.Cocos_ColorPicker {
    border: 0;
    color: #999;
    position: relative;
    cursor: crosshair;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.Cocos_ColorPicker img.bg {
    border: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.Cocos_ColorPicker img.cursor {
    border: 0;
    position: absolute;
    height: 9px;
    width: 9px;
    z-index: 101;
}
