.float-left {
  float: left;
}
.clear-left {
  clear: left;
}
.zoomin {
  background-image:url("../images/icon_zoomin.png") !important;
  height:20px !important;
  width:20px !important;
}
.zoomout {
  background-image:url("../images/icon_zoomout.png") !important;
  height:20px !important;
  width:20px !important;
}
.zoomfull {
  background-image:url("../images/icon_zoomfull.png") !important;
  height:20px !important;
  width:20px !important;
}
.pan {
  background-image:url("../images/icon_pan.png") !important;
  height:20px !important;
  width:20px !important;
}
.drawpoint {
  background-image:url("../images/draw_point_off.png") !important;
  height:20px !important;
  width:20px !important;
}
.drawline {
  background-image:url("../images/draw_line_off.png") !important;
  height:20px !important;
  width:20px !important;
}
.drawpolygon {
  background-image:url("../images/draw_polygon_off.png") !important;
  height:20px !important;
  width:20px !important;
}
.next {
    background-image:url("../images/resultset_next.png") !important;
    height:20px !important;
    width:20px !important;
}
.back {
    background-image:url("../images/resultset_previous.png") !important;
    height:20px !important;
    width:20px !important;
}
.queryonclick {
    background-image:url("../images/icon_query.png") !important;
    height:20px !important;
    width:20px !important;
}
.getmouseposition {
    background-image:url("../images/mouse_xy.png") !important;
    height:20px !important;
    width:20px !important;
}
.editfeature_create {
    background-image:url("../images/add_off.png") !important;
    height:20px !important;
    width:20px !important;
}
.editfeature_delete {
    background-image:url("../images/delete_off.png") !important;
    height:20px !important;
    width:20px !important;
}
.editfeature_update {
    background-image:url("../images/edit_off.png") !important;
    height:20px !important;
    width:20px !important;
}
.gp-unselectall {
    background-image:url("../images/draw_polygon_clear_off.png") !important;
    height:20px !important;
    width:20px !important;
}
.querybyrect {
    background-image:url("../images/icon_roi_rectangle.png") !important;
    height:20px !important;
    width:20px !important;
}
.queryonclickwizard {
    background-image:url("../images/icon_active.gif") !important;
    height:20px !important;
    width:20px !important;
}