#extInfoWindow_mapWindow{
 margin-left:25px; margin-top:32px; width: 340px;
}
#extInfoWindow_mapWindow_contents{
  background-color: #FFF;
  
}
#extInfoWindow_mapWindow_tl{
  width: 4px;
  height: 4px;
  background: #FFF;
}
#extInfoWindow_mapWindow_t{
    background: #FFF;
}
#extInfoWindow_mapWindow_tr{
  width: 4px;
  height: 4px;
  background: transparent;
}

#extInfoWindow_mapWindow_l{
  background: url('../img/map/mapWindow_l.png') top left repeat-y transparent;
  width: 4px;
}
#extInfoWindow_mapWindow_r{
  background: url('../img/map/mapWindow_r.png') top right repeat-y transparent;
  width: 4px;
}
#extInfoWindow_mapWindow_bl{
  width: 4px;
  height: 4px;
  background: transparent;
}

#extInfoWindow_mapWindow_b{
  height: 4px;
  background: url('../img/map/mapWindow_b.png') bottom left repeat-x transparent;
}
#extInfoWindow_mapWindow_br{
  width: 4px;
  height: 4px;
  background: url('../img/map/mapWindow_br.png') top left no-repeat transparent;
}
* html #extInfoWindow_mapWindow_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/map/mapWindow_br.png', sizingMethod='crop');
}
#extInfoWindow_mapWindow_close{
  width: 12px;
  height: 12px;
  margin: 10px 0 0 -10px;
  background: url('../img/map/mapWindow_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindow_mapWindow_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/map/mapWindow_close.png', sizingMethod='crop');
}
#extInfoWindow_mapWindow_beak{
	width: 62px;
  height: 40px;
  background: url('../img/map/mapWindow_beak.png') top left no-repeat transparent;
}
* html #extInfoWindow_mapWindow_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/map/mapWindow_beak.png', sizingMethod='crop');
}
#extInfoWindow_mapWindow_contents iframe{
	width:320px !important;
}