#hand_b {
  width:31px;
  height:31px;
  background-image: url(../toolbar/Bsu.png);
}
#hand_b.selected {
  background-image: url(../toolbar/Bsd.png);
}

#placemark_b {
  width:31px;
  height:31px;
  background-image: url(../toolbar/Bmu.png);
}
#placemark_b.selected {
  background-image: url(../toolbar/Bmd.png);
}

#line_b {
  width:31px;
  height:31px;
  background-image: url(../toolbar/Blu.png);
}
#line_b.selected {
  background-image: url(../toolbar/Bld.png);
}

#shape_b {
  width:31px;
  height:31px;
  background-image: url(../toolbar/Bpu.png);
}
#shape_b.selected {
  background-image: url(../toolbar/Bpd.png);
}

#toggle_b {
  width:31px;
  height:31px;
  background-image: url(../images/icon_toggle.png);
}

#full_overlay {
	 visibility: hidden;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width:100%;
	 height:100%;
	 padding: 0px; 
	 margin: 0px;
	 text-align:center;
	 z-index: 1000;
	 background-color: #3399FF;
	 -moz-opacity:0.5;
	 filter:alpha(opacity=50);
}

#full_overlay2{
	 position: absolute;
	 left: 0px;
	 top: 100px;
	 width:500px;
	 background-color: #fff;
	 border:1px solid #000;
	 text-align:center;
	 z-index: 1001;
}

.tbox {margin: 3px;border:1px #ccc solid;font-size:12px}
.tbox_title{background: url('../images/tabbg.gif') repeat-x bottom left; font-weight:bold;font-size: 14px; color: #666;padding: 2px 0 3px 15px}
.boxdiv{margin: 8px 8px}