.colorpicker {
	width: 209px;
	height: 235px;
	overflow: hidden;
	position: absolute;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	/*outline: 0 !important;*/
}

.colorpicker_color {
	width: 150px;
	height: 150px;
	border: 1px solid #000 !important;
	left: 9px;
	top: 39px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}

.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/colorpicker_overlay.png);
}

.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}

.colorpicker_hue
{
	position: absolute;
	top: 39px;
	left: 166px;
	width: 35px;
	height: 152px;
	cursor: n-resize;
	background: url(../images/colorpicker_hue_bar.png) no-repeat 8px;
}

.clr_alpha_title
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 208px;
	left: 9px;

	font-family: "Myriad Pro", Arial;
	font-size: 12px;
	font-weight: normal;
}

.colorpicker_alpha
{
	position: absolute;
	width: 26px;
	top: 205px;
	left: 45px;
}

.colorpicker .alpha-slider{
	height: 5px;
	width: 68px;
	position: absolute;
	top: 215px;
	left: 90px;
	background: url('../images/alpha_slider.png') left top no-repeat;
}

.colorpicker .alpha-slider,
.colorpicker .alpha-slider a{
	outline: 0 !important;
}

.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}

.colorpicker_new_color
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 9px;
	top: 10px;
	border: solid 1px #FFF !important;
	outline: solid 1px #ADADAD;
	background: #f00;
}

.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input
{
	border-top: solid 1px #2c2c2c;
	border-bottom: solid 1px #5a5a5a;
	border-left: none 0px #000;
	border-right: none 0px #000;
	background-color: transparent;
	position: absolute;
	font-size: 12px;
	font-family: "Myriad Pro",Arial, sans-serif;
	color: #CCC;
	margin: 0;
	padding: 0 0 0 7px;
	height: 11px;
	width: 61px;
	height: 22px;
}

.colorpicker_hex
{
	position: absolute;
	width: 61px;
	height: 22px;
	left: 39px;
	top: 9px;
}
.colorpicker_hex input
{
	text-align: center;
	width: 62px !important;
	height: 22px !important;
	border-top: solid 1px #A6A6A6 !important;
	border-left: solid 1px #C3C3C3 !important;
	border-bottom: solid 1px #C3C3C3 !important;
	border-right: solid 1px #C3C3C3 !important;
}

.clr_title
{
	color: #000 !important;
	font-size: 11px;
	padding: 0 5px 0 0;
	margin: auto 0 auto 0;
	cursor: default;
}

.colorpicker_rgb_r
{
	color: #CCC;
	font-size: 11px;
	top: 187px;
	left: 136px;
	display: none !important;
}
.colorpicker_rgb_g
{
	color: #CCC;
	font-size: 11px;
	top: 211px;
	left: 136px;
	display: none !important;
}
.colorpicker_rgb_b
{
	color: #CCC;
	font-size: 11px;
	top: 234px;
	left: 136px;
	display: none !important;
}

.colorpicker_field {
	height: 14px;
	width: 35px;
	position: absolute;
	padding: 4px;
}
/*.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}*/
.colorpicker_hsb_h {
	background-image: url(../images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

.ui-slider .ui-slider-handle{
	background: url(../images/slider_arrow.png) top left no-repeat;
	width: 9px;
	height: 9px;
	margin-left: -5px;
	margin-right: -5px;
	top: 4px;
}
