.colorpicker {
	background: url(../images/custom_background.png);
}

.colorpicker_hue div {
	background: url(../images/custom_indic.gif) left top;
}

.colorpicker_hex {
	background: url(../images/custom_hex.png) top;
}

.colorpicker_rgb_r {
	background-image: url(../images/custom_rgb_r.png);
}

.colorpicker_rgb_g {
	background-image: url(../images/custom_rgb_g.png);
}

.colorpicker_rgb_b {
	background-image: url(../images/custom_rgb_b.png);
}

.colorpicker_hsb_h {
	background-image: url(../images/custom_hsb_h.png);
}

.colorpicker_hsb_s {
	background-image: url(../images/custom_hsb_s.png);
}

.colorpicker_hsb_b {
	background-image: url(../images/custom_hsb_b.png);
}

.colorpicker_submit {
	background: url(../images/custom_submit.png) top;
}

.colorpicker_hex_close {
	position: absolute;
	top: 142px;
	left: 292px;
	height: 22px;
	width: 22px;
	background: url(../images/custom_close.png) top;
	cursor: pointer;
}

.colorpicker input {
	color: #000;
}
