#gccolor-dialog {
	position: absolute;
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../img/custom_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
#gccolor-color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
#gccolor-color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../img/colorpicker_overlay.png);
}
#gccolor-color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../img/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
#gccolor-hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
#gccolor-hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../img/custom_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
#gccolor-new-color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
#gccolor-current-color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
#gccolor-dialog input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 22px;
}
#gccolor-hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../img/custom_hex.png) top;
	left: 212px;
	top: 142px;
}
#gccolor-hex input {
	right: 6px;
}
.gccolor-wrapper {
	position: relative;
}
.gccolor-button {
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: -999px;
	margin: 0;
	padding: 0;
	background: url('../img/launch_button.png') 0 -22px no-repeat;
}
.gccolor-field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.gccolor-field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
#gccolor-rgb-r {
	background-image: url(../img/custom_rgb_r.png);
	top: 52px;
	left: 212px;
}
#gccolor-rgb-g {
	background-image: url(../img/custom_rgb_g.png);
	top: 82px;
	left: 212px;
}
#gccolor-rgb-b {
	background-image: url(../img/custom_rgb_b.png);
	top: 112px;
	left: 212px;
}
#gccolor-hsb-h {
	background-image: url(../img/custom_hsb_h.png);
	top: 52px;
	left: 282px;
}
#gccolor-hsb-s {
	background-image: url(../img/custom_hsb_s.png);
	top: 82px;
	left: 282px;
}
#gccolor-hsb-b {
	background-image: url(../img/custom_hsb_b.png);
	top: 112px;
	left: 282px;
}
#gccolor-submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/custom_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
#gccolor-focus {
	background-position: center;
}
#gccolor-hex#gccolor-focus {
	background-position: bottom;
}
#gccolor-submit#gccolor-focus {
	background-position: bottom;
}
#gccolor-slider {
	background-position: bottom;
}
