.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 96px;
  height: 96px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 24px;
  left: 24px;
  width: 50px;
  height: 50px;
}
.farbtastic .wheel {
  background: url(/images/wheel.png) no-repeat;
  width: 96px;
  height: 96px;
}
.farbtastic .overlay {
  background: url(/images/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 9px;
  height: 9px;
  margin: -4px 0 0 -4px;
  overflow: hidden;
  background: url(/images/marker.png) no-repeat;
}

/* SPECIFIC TO CH£CKM* */

.colorwell {
  border: 1px solid #888;
  margin:3px 0px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.form-item label {font-family: verdana;}
.form-item label {font-size:10px}


