/**
 Sacolao Popular Curitibano
 */
.farbtastic {
  position: absolute;
  top:30px;
  left:120px;
  background:url("wheel_bg.png") no-repeat -2px 0px;
}
.farbtastic * {
  position: absolute;
}
.farbtastic, .farbtastic .wheel {
  
  width: 200px;
  height: 200px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 100px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(marker.png) no-repeat;
}

.pick_color {
  float:left;
  width:120px;
}
#color {
  width:100px;
  float:left;
  padding:8px 16px;
  cursor:text;
  border:none;
}


a.close_colorpicker {
  display:block;
  position:absolute;
  top:6px;
  left:158px;
  width:17px;
  height:17px;
  background: url("close_colorpicker.png") 0px 0px;
}
a.close_colorpicker:hover {
  background:url("close_colorpicker.png") 0px -17px;
}

