#pickerPanel { 
    width: 356px; 
    height: 260px; 
    font-size: 11px; 
    line-height: 19px; 
    //margin: auto;
    }

/* slider */

.dragPanel { 
    position: relative;
    background-color: #fbf6ee;
    border: 10px solid gold;
    margin: 4px;
    width: 260px;
    height: 180px;
}

.dragPanel h4 { 
    background-color: transparent;
    height: 10px;
    margin: 0px;
    cursor: move;
}


input { 
    //font-family: Monaco, Consolas, monospace;
    font-size: .85em;
    border: none;
}
.thumb { 
    cursor:default;
    width:18px; 
    height:18px; 
    z-index: 9;
    position:absolute; 
}

.bg {
    position:absolute; 
    left:10px; 
    height:18px; 
    width:146px; 
    border: 0px solid #aaaaaa;
}

.bg span, .bg p {
    cursor:default;
    position: relative;
    font-size: 2px;
    overflow: hidden;
    color: #aaaaaa;
    top: 4px;
    height: 10px;
    width: 4px;
    display: block;
    float:left;
}

.bg span {
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

.bg .lb {
    border-left:1px solid #cccccc;
}

.bg .rb {
    border-right:1px solid #cccccc;
}
#valdiv { position:absolute; top: 100px; left:10px; } 

#rBG {top:30px}
#gBG {top:50px}
#bBG {top:70px}

#rgbSwatch {
    position:absolute; 
    left:160px; 
    top:34px;
    height:50px; 
    width:50px; 
    border:1px solid #aaaaaa;
}

#rgbPanel {
/*
top: 400px;
left: 20px;
*/
width: 360px;
height: 240px;
}

/* picker */

#hueThumb { 
    cursor:default;
    width:18px; 
    height:18px; 
    z-index: 9;
    position:absolute; 
}

#hueBg {
    position:absolute; 
    left:206px; 
    height:198px; 
    width:18px; 
    background:url(../img/hue2.png) no-repeat;
    top: 17px;
    font-size: 18px;
    color: black;
    //text-shadow: 0px 0px 1px black;
}

#pickerDiv {
    position:absolute; 
    left:10px; 
    height:187px; 
    width:188px; 
    /*
    background:url(../img/pickerbg.png) no-repeat;
    */
    top:20px;
}

#pickerbg { 
    position:absolute; 
    z-index: 1;
    top:0px;
    left:0px;
}
#selector { 
    cursor:default;
    width:11px; 
    height:11px; 
    z-index: 9;
    position:absolute; 
    top:0px;
    left:0px;
    color: white;
    font-size: 16px;
    //text-shadow: 0px 0px 1px gray;
}

#pickerSwatch {
    position:absolute; 
    left: 234px; 
    top: 26px;
    height:60px; 
    width: 90px; 
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#pickervaldiv { 
    //text-align:right; 
    position:absolute; 
    top: 86px; 
    left: 234px; 
    background: rgba(255,255,255,1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 90px;
    height: 121px;
    padding: 0 8px;
    }
#pickerhexval {
    font-size: 14px;
    font-weight: bold;
}
.colorbox-container {
    //border: 1px solid black;
    border-radius: 3px;
}
.colorbox {
//width: 80px;
height: 55px;
background: white;
padding: 10px;
//text-align: center;
}
.colorbox:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.colorbox:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.colorbox input {
    border-radius: 3px;
    padding: 3px;
}

@media (min-width: 1200px) { 
    #pickerPanel { 
        width: 400px; 
        }

    #pickervaldiv,
    #pickerSwatch {
        left: 264px;   
        }
    #hueBg {
        left:226px;
        }
    #pickerDiv {
        left: 20px; 
    }
}