.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(/static/images/farbtastic/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(/static/images/farbtastic/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(/static/images/farbtastic/marker.png) no-repeat;
}

.comuto_widgetright  { padding:0 2em;  float:left; width:300px; text-align:justify}
.comuto_widgetform  { float:left; width:435px}
#comuto_widgetchooser #comuto_comuto_form label { width:30%}
#comuto_colorpicker { padding-top:10px}
#comuto_widget h3 { color:#00B0F0;font-size:150%; padding:1em 0}
.comuto_widgethide { display:none}
.comuto_widgetcode {background:#CADEF4; width:600px; border 1px solid #CCC; font-family:monospace; font-size:8pt; margin:1em 2em; padding:2em;}
#comuto_comuto_form .comuto_widgetform label { width:30%}
.comuto_green { padding:2em; background:#CCF6A2; color:#6FAF44; text-align:justify; margin:0 2em;-moz-border-radius:20px;}

