#hand_b {float:left;
  width:31px;
  height:31px;
  background-image: url(../images/hand_unselected.png);
}
#hand_b.selected {float:left;
  background-image: url(../images/hand_selected.png);
}

#placemark_b {float:left;
  width:31px;
  height:31px;
  background-image: url(../images/place_unselected.png);
}
#placemark_b.selected {float:left;
  background-image: url(../images/place_selected.png);
}

#line_b {float:left;
  width:31px;
  height:31px;
  background-image: url(../images/line_unselected.png);
}
#line_b.selected {float:left;
  background-image:  url(../images/line_selected.png);
}
 
#box_b {
  width:31px;
  height:31px;
  background-image: url(../images/box_unselected.png);
}
#box_b.selected {
  background-image: url(../images/box_selected.png);
}

#shape_b {
  width:31px;
  height:31px;
  background-image: url(http://google.com/mapfiles/ms/t/Bpu.png);
}
#shape_b.selected {
  background-image: url(http://google.com/mapfiles/ms/t/Bpd.png);
}

#featuretable
{
	background:#ffffff; /*width:150px;height:200px;*/
}
