#extInfoWindow{
  width: 250px;
}
#extInfoWindow_contents{
  background: #000 url('/images/map/machine.png') center right no-repeat;
  color: #FFF;
  font-family: trebuchet MS;
  font-size:	12px;
  text-align: left;
}
#extInfoWindow_contents a {
  color: #46aedc;
  text-decoration: none;
}
#extInfoWindow_contents a:hover {
  color: #89c3dc;
  text-decoration: underline;
}
#extInfoWindow_contents .info_title {
  font-weight:	bold;
  font-size: 14px;
  text-align: left;
}
#extInfoWindow_tl{
  width: 14px;
  height: 14px;
  background: url('/images/map/mapWindow_tl.png') top left no-repeat transparent;
}
#extInfoWindow_t{
  background: url('/images/map/mapWindow_t.png') top left repeat-x transparent;
  height: 14px;
}
#extInfoWindow_tr{
  width: 14px;
  height: 14px;
  background: url('/images/map/mapWindow_tr.png') top left no-repeat transparent;
}
#extInfoWindow_l{
  width: 14px;
  background: url('/images/map/mapWindow_l.png') top left repeat-y transparent;
}
#extInfoWindow_r{
  width: 14px;
  background: url('/images/map/mapWindow_r.png') top right repeat-y transparent;
}
#extInfoWindow_bl{
  width: 14px;
  height: 14px;
  background: url('/images/map/mapWindow_bl.png') top left no-repeat transparent;
}
#extInfoWindow_b{
  background: url('/images/map/mapWindow_b.png') top left repeat-x transparent;
}
#extInfoWindow_br{
  width: 14px;
  height: 14px;
  background: url('/images/map/mapWindow_br.png') top left no-repeat transparent;
}
#extInfoWindow_close{
  width: 21px;
  height: 21px;
  margin-top: 10px;
  background: url('/images/map/mapWindow_close.png') top left no-repeat transparent;
  cursor: pointer;
}
#extInfoWindow_beak{
  width: 29px;
  height: 20px;
  background: url('/images/map/mapWindow_beak.png') top left no-repeat transparent;
}