.colorpicker {
	background-image: url(../../images/_in/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
.colorpicker input {
	font-size: 11px;
	font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif,"Geneva CE",Lucida;
	color: #373737;
	right: 12px;
}
.colorpicker_hex input {
	right: 4px;
}
.colorpicker_hue div {
	background-image: url(../../images/_in/custom_indic.gif);
}
.colorpicker_hex {
	background-image: url(../../images/_in/custom_hex.png);
}
.colorpicker_rgb_r {
	background-image: url(../../images/_in/custom_rgb_r.png);
}
.colorpicker_rgb_g {
	background-image: url(../../images/_in/custom_rgb_g.png);
}
.colorpicker_rgb_b {
	background-image: url(../../images/_in/custom_rgb_b.png);
}
.colorpicker_hsb_s {
	background-image: url(../../images/_in/custom_hsb_s.png);
}
.colorpicker_hsb_h {
	background-image: url(../../images/_in/custom_hsb_h.png);
}
.colorpicker_hsb_b {
	background-image: url(../../images/_in/custom_hsb_b.png);
}
.colorpicker_submit {
	width: 37px;
	left: 307px;
	background-image: url(../../images/_in/custom_submit.png);
	cursor: pointer;
}
