#chiriin {
  background: url('svgtools/images/white.png') repeat;
  position:absolute; 
  border: solid;
  border-width: 1px;
  padding: 1px;
  color:blue;
}

#map {
  margin:0; 
  padding:0; 
  position:absolute;
  top:   48px;
  left:  0px;
  bottom: 0px;
  right:  0px;
  overflow:hidden;
}

#addr_search {
  background: url('images/back1.png') repeat;
  margin: 0px;
  padding: 0px;
  position:absolute;
  top:   0px;
  left:  0px;
  height:44px;
  width:100%; 
  border-style: solid;
  border-width: 2px;
  border-color: lightgray;
  overflow:hidden;
}

#tool_panel {
  background: url('images/back2.png') repeat;
  margin: 0px;
  padding: 0px;
  position:absolute;
  top:   48px;
  left:  0px;
  bottom:0px;
  width: 230px; 
  border-style: solid;
  border-width: 0px 1px;
  border-color: gray;
  overflow: hidden;
}

#pois {
  position:absolute; 
  left:4px; 
  top:450px; 
  right:6px; 
  bottom:64px;
}

table.info {
  border-collapse: collapse;
  margin-left:0px;
  width: 90%; 
}

table.info,
table.info th,
table.info td {
  border: 1px #404040 solid;
}

table.info td {
  padding: 4px;
}

#cntr_disp {
  position:absolute;
  bottom:60px;
  left:20px;
	width:180px;
	height: 22px;
  background-color : #FFFFFF;
  padding: 8px;
  BORDER-STYLE:SOLID; 
  BORDER-WIDTH:2PX;
  border-color: #89a4a7;
  box-shadow: 6px 6px 6px rgba(0,0,0,0.4);
  border-radius: 5px;
  -moz-border-radius: 5px;
  z-index:10;
}

