.olControlPanel div {
  display:block;
  background-color:red;

  position:absolute;
  width:22px; height:22px;
  margin: 5px;
}

.olControlPanel .olControlMouseDefaultsItemActive {
  top:8.5cm; left:0.3cm;
  background-image:url("openlayers/theme/default/img/pan_on.png");
}
.olControlPanel .olControlMouseDefaultsItemInactive {
  top:8.5cm; left:0.3cm;
  background-image:url("openlayers/theme/default/img/pan_off.png");
}
.olControlPanel .olControlZoomBoxItemInactive {
  top:9.25cm; left:0.3cm;
  background-image:url("openlayers/img/drag-rectangle-off.png");
}
.olControlPanel .olControlZoomBoxItemActive {
  top:9.25cm; left:0.3cm;
  background-image:url("openlayers/img/drag-rectangle-on.png");
}
.olControlPanel .olControlZoomToMaxExtentItemInactive {
  top:10.0cm; left:0.3cm;
  background-image:url("openlayers/img/zoom-world-mini.png");
}




#redrawButton {
   display:block;
   background-color:red;

   position:absolute; top:10.75cm; left:0.35cm;
   width:22px; height:22px; margin:5px;
   background-image:url('openlayers/img/redraw.png');

   z-index:10000;
}

div#highlightButton {
   display:block;
   background-color:red;

   position:absolute; top:12.25cm; left:0.35cm;
   width:22px; height:22px; margin:5px;
   background-image:url('openlayers/img/highlighting-off.png');

   z-index:1000000;
}
div.on#highlightButton {
   background-image:url('openlayers/img/highlighting-on.png');
}

#printButton {
   display:block;
   background-color:red;

   position:absolute; top:11.50cm; left:0.35cm;
   width:22px; height:22px; margin:5px;
   background-image:url('openlayers/img/print.png');

   z-index:10000;
}

#helpButton {
   display:block;
   background-color:red;

   position:absolute; top:12.5cm; left:0.35cm;
   width:22px; height:22px; margin:5px;
   background-image:url('openlayers/img/help.png');

   z-index:10000;
}





div#digitizerButton_off {
   display:block;
   background-color:red;

   position:absolute; top:12.50cm; left:0.35cm;
   width:22px; height:22px; margin:5px;
   background-image:url('openlayers/img/digitizer_off-off.png');
}
div.on#digitizerButton_off {
   background-image:url('openlayers/img/digitizer_off-on.png');
}
div#digitizerButton_point {
   display:block;
   background-color:red;

   position:absolute; top:13.1cm; left:0.35cm;
   width:22px; height:22px; margin:5px;
   background-image:url('openlayers/img/digitizer_point-off.png');
}
div.on#digitizerButton_point {
   background-image:url('openlayers/img/digitizer_point-on.png');
}
div#digitizerButton_polygon {
   display:block;
   background-color:red;

   position:absolute; top:13.7cm; left:0.35cm;
   width:22px; height:22px; margin:5px;
   background-image:url('openlayers/img/digitizer_polygon-off.png');
}
div.on#digitizerButton_polygon {
   background-image:url('openlayers/img/digitizer_polygon-on.png');
}
