
#pickerPanel {
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 240px;
	line-height: 19px;
	margin: 0;
	width: 475px;
}

/* start slider */

.dragPanel {
	background-color: #ececf3;
	height: 180px;
	margin: 4px;
	position: relative;
	width: 260px;
}

.dragPanel h4 {
	cursor: move;
	background-color: #ececf3;
	height: 10px;
	margin: 0px;
}


input {
	font-size: .85em;
}

.thumb { 
	cursor: default;
	height: 18px;
	position: absolute;
	width: 18px;  
	z-index: 9; 
}

.bg {
	border: 0px solid #aaaaaa;
	height: 18px;
	left: 10px;
	position: absolute;   
	width: 146px; 
}

.bg span, .bg p {
	color: #aaaaaa;
	cursor: default;
	display: block;
	float: left;
	font-size: 2px;
	height: 10px;
	overflow: hidden;
	position: relative;
	top: 4px;
	width: 4px;
}

.bg span {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.bg .lb {
	border-left: 1px solid #cccccc;
}

.bg .rb {
	border-right: 1px solid #cccccc;
}

#valdiv {
	left: 10px;
	position: absolute;
	top: 105px;
} 

#rBG {
	top: 35px;
}

#gBG {
	top: 55px;
}

#bBG {
	top: 75px;
}

#rgbSwatch {
	border: 1px solid #aaaaaa;
	height: 50px;
	left: 160px;
	position: absolute;
	top: 39px;
	width: 50px;
}

#rgbPanel {
	height: 240px;
	width: 360px;
}

/* end slider */

/* start picker */

#hueThumb { 
	cursor: default;
	height: 18px;
	position: absolute;
	width: 18px;
	z-index: 9;
}

#hueBg {
	background: url(http://www.visible.net/graphics/hue.png) no-repeat;
	height: 198px;
	left: 216px;
	position: absolute;
	top: 23px;
	width: 18px;
}

#pickerDiv { 
	height: 187px;
	left: 10px;
	position: absolute;
	top: 25px;
	width: 188px;
}

#pickerbg {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 1;
}

#selector { 
	cursor: default;
	height: 11px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 11px;
	z-index: 9;
}

#pickerSwatch {
	border: 2px solid #aaaaaa;
	height: 60px;
	left: 259px;
	position: absolute;
	top: 35px;
	width: 86px;
}

#pickervaldiv {
	left: 246px;
	position: absolute;
	text-align: right;
	top: 91px;
}

.colorbox {
	border: 1px solid #979797;
	height: 14px;
	width: 25px;
}

/* end picker */
