.customEditingToolbar {
     float: right;
     right: 0px;
     height: 30px;
     width: 200px;
 }
 .customEditingToolbar div {
     float: right;
     margin: 5px;
     width: 24px;
     height: 24px;
 }
 .olControlNavigationItemActive { 
     background-image:url("openlayers/img/editing_tool_bar.png");
     background-repeat: no-repeat;
     background-position: -103px -23px;
 }
 .olControlNavigationItemInactive { 
     background-image: url("openlayers/img/editing_tool_bar.png");
     background-repeat: no-repeat;
     background-position: -103px -0px;
 }
 .olControlDrawFeaturePolygonItemInactive { 
     background-image:url("openlayers/img/editing_tool_bar.png");
     background-repeat: no-repeat;
     background-position: -26px 0px;
 }
 .olControlDrawFeaturePolygonItemActive { 
     background-image:url("openlayers/img/editing_tool_bar.png");
     background-repeat: no-repeat;
     background-position: -26px -23px;
 }
 .olControlModifyFeatureItemActive { 
     background-image:url(openlayers/img/move_feature_on.png);
     background-repeat: no-repeat;
     background-position: 0px 1px;
 }
 .olControlModifyFeatureItemInactive { 
     background-image: url(openlayers/img/move_feature_off.png);
     background-repeat: no-repeat;
     background-position: 0px 1px;
 }
 .olControlDeleteFeatureItemActive { 
     background-image: url(openlayers/img/remove_point_on.png);
     background-repeat: no-repeat;
     background-position: 0px 1px;
 }
 .olControlDeleteFeatureItemInactive { 
     background-image: url(openlayers/img/remove_point_off.png);
     background-repeat: no-repeat;
     background-position: 0px 1px;
 }