.miniColors-trigger {
  height: 22px;
  width: 22px;
  background: url(img/jquery.miniColors/trigger.png) center no-repeat;
  vertical-align: middle;
  display: inline-block;
  outline: none;
  margin: 0 0.2em 0 0.5em;
}

.miniColors-selector {
  position: absolute;
  width: 175px;
  height: 150px;
  background: #fff;
  border: solid 1px #bbb;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  z-index: 999999;
  right: 0 !important;
  left: auto !important;
}

.miniColors-selector.black {
  background: #000;
  border-color: #000;
}

.miniColors-colors {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 150px;
  height: 150px;
  background: url(img/jquery.miniColors/gradient.png) center no-repeat;
  cursor: crosshair;
}

.miniColors-hues {
  position: absolute;
  top: 5px;
  left: 160px;
  width: 20px;
  height: 150px;
  background: url(img/jquery.miniColors/rainbow.png) center no-repeat;
  cursor: crosshair;
}

.miniColors-colorPicker {
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(img/jquery.miniColors/circle.gif) center no-repeat;
}

.miniColors-huePicker {
  position: absolute;
  left: -3px;
  width: 26px;
  height: 3px;
  background: url(img/jquery.miniColors/line.gif) center no-repeat;
}
