.miniColors-trigger {
	height: 22px;
	width: 22px;
	background: url(images/trigger.png) center no-repeat;
	vertical-align: middle;
	margin: 0 .25em 0 10px;
	display: inline-block;
	outline: none;
}
#edit-btn-border-color .miniColors-trigger {
	margin-left: 13px;
}

.miniColors-selector {
	position: absolute;
	width: 175px;
	height: 174px;
	background: #FFF;
	border: solid 1px #BBB;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	z-index: 999999;
}

.miniColors-selector.black {
	background: #000;
	border-color: #000;
}

.miniColors-colors {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 150px;
	background: url(images/gradient.png) center no-repeat;
	cursor: crosshair;
}

.miniColors-hues {
	position: absolute;
	top: 5px;
	left: 160px;
	width: 20px;
	height: 150px;
	background: url(images/rainbow.png) center no-repeat;
	cursor: crosshair;
}

.miniColors-close{
	position: absolute;
	top: -15px;
	left: 185px;
	height: 16px;
    width: 16px;
	background-image: url("/scripts/js/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png");
	background-position: -96px -128px;
	cursor: pointer;
}

.miniColors-colorPicker {
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(images/circle.gif) center no-repeat;
}

.miniColors-huePicker {
	position: absolute;
	left: -3px;
	width: 26px;
	height: 3px;
	background: url(images/line.gif) center no-repeat;
}
.eyedropper {
	background: url(//cdn.planetart.com/images/eyedropper.png) center no-repeat;
	width: 17px;
	height: 17px;

	display: block;
	/*padding: 8px;*/
	margin-top: 4px;
	margin-right: 12px;
	cursor: pointer;
	float: right;
}
.eye-dropper-active {
	background: url(//cdn.planetart.com/images/eyedropper_on.jpg) center no-repeat;
}

input.miniColors {
	float:left;
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #BBB;
	width: 50px;
}
.hex-panel {
	position:absolute;
	display:none;
	top:157px;
	left:0px;
	padding-left:5px;
	font-size: 12px;
	width: 100%;
}
.hex-label {
	padding:3px;
	float: left;
}
#hex-panel2 {
	position:absolute;
	top:200px;
	left:300px;
}

#canvas-tag {
	display:none;
}

.eye-dropper-on {
	cursor: crosshair !important;
}
/* Overwrite from /scripts/js/jquery-ui/css/smoothness/jquery....css */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 1;
	filter:Alpha(Opacity=100)
}
