.clsControlDrawPolygonActive { 
  cursor: crosshair;
}

.clsControlDrawRectangleActive { 
  cursor: crosshair;
}

.zoomin {
  background-image:url(../graphics/zoominD.png) !important; 
  height:20px !important;
  width:20px !important; 
}
.zoomout {
  background-image:url(../graphics/zoomoutD.png) !important; 
  height:20px !important; 
  width:20px !important; 
}
.fullext {
  background-image:url(../graphics/fullextD.png) !important; 
  height:20px !important; 
  width:20px !important; 
}
.pan {
  background-image:url(../graphics/panD.png) !important; 
  height:20px !important; 
  width:20px !important; 
}
.back {
  background-image:url(../graphics/resultset_previous.png) !important;
  height:20px !important; 
  width:20px !important; 
}
.next {
  background-image:url(../graphics/resultset_next.png) !important; 
  height:20px !important; 
  width:20px !important; 
}
.drawpolygon {
  background-image:url(../graphics/draw_polygon.png) !important; 
  height:20px !important; 
  width:20px !important; 
}
.drawrect {
  background-image:url(../graphics/draw_rect.png) !important; 
  height:20px !important; 
  width:20px !important; 
}
.clearpolygon {
  background-image:url(../graphics/clear_polygon.png) !important; 
  height:20px !important; 
  width:20px !important; 
	
}
.togglemapout {
	background: url("../images/pop_out.png") no-repeat scroll 0% 0% !important;
 /* background-image:url(../graphics/toggle.png) !important; 
 	padding: 3px !important;
	border-radius: 5px 5px 5px 5px!important;
	color: #36A166!important;
	white-space: nowrap!important;
	overflow: hidden!important;
	font-size: 14px!important;;
	vertical-align: top!important;
	text-decoration:none!important;
	font-weight:bold!important;*/
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05)!important;
    height:20px !important; 
    width:22px !important;

}
.togglemapin {
  background-image:url(../images/shrink.png) !important;
  height:20px !important;
  width:20px !important;
  
    padding: 3px !important;
	/*background: url("../images/shrink.png") no-repeat scroll 0% 0% !important;*/
	border-radius: 5px 5px 5px 5px!important;
		
	color: red!important;
	white-space: nowrap!important;
	overflow: hidden!important;
	font-size: 14px!important;;
	vertical-align: top!important;
	text-decoration:none!important;
	font-weight:bold!important;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05)!important;
    //height:25px !important;
    //width:100px !important;
}
.selectcountry {
  background-image:url(../graphics/globe.gif) !important; 
  height:20px !important; 
  width:20px !important; 
}

#mapholder {

  height: 320px;
  border: 0px;
  float: left;
}

#bboxholder {
  width: 200px;
  height: 250px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
  text-align: left;
}

