#extInfoWindow{
  width: 200px;
}
#extInfoWindow_contents{
  background-color: #FFF;
}
#extInfoWindow_tl{
  width: 7px;
  height: 7px;
  background: url('../images/extinfowindow/ext_tl.png') top left no-repeat transparent;
}
* html #extInfoWindow_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_tl.png', sizingMethod='crop');
}
#extInfoWindow_t{
  background: url('../images/extinfowindow/ext_t.png') top left repeat-x transparent;
}
#extInfoWindow_tr{
  width: 7px;
  height: 7px;
  background: url('../images/extinfowindow/ext_tr.png') top left no-repeat transparent;
}
* html #extInfoWindow_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_tr.png', sizingMethod='crop');
}
#extInfoWindow_l{
  width: 7px;
  background: url('../images/extinfowindow/ext_l.png') top left repeat-y transparent;
}
#extInfoWindow_r{
  width: 7px;
  background: url('../images/extinfowindow/ext_r.png') top right repeat-y transparent;
}
#extInfoWindow_bl{
  width: 7px;
  height: 7px;
  background: url('../images/extinfowindow/ext_bl.png') top left no-repeat transparent;
}
* html #extInfoWindow_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_bl.png', sizingMethod='crop');
}
#extInfoWindow_b{
  background: url('../images/extinfowindow/ext_b.png') top left repeat-x transparent;
}
#extInfoWindow_br{
  width: 7px;
  height: 7px;
  background: url('../images/extinfowindow/ext_br.png') top left no-repeat transparent;
}
* html #extInfoWindow_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_br.png', sizingMethod='crop');
}
#extInfoWindow_close{
  width: 13px;
  height: 13px;
  background: url('../images/extinfowindow/ext_close.gif') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindow_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_close.gif', sizingMethod='crop');
}
#extInfoWindow_max{
  width: 21px;
  height: 21px;
  background: url('../images/extinfowindow/ext_max.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindow_max{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_max.png', sizingMethod='crop');
}
#extInfoWindow_min{
  width: 21px;
  height: 21px;
  background: url('../images/extinfowindow/ext_min.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindow_min{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_min.png', sizingMethod='crop');
}
#extInfoWindow_beak{
  width: 13px;
  height: 17px;
  background: url('../images/extinfowindow/ext_beak.png') top left no-repeat transparent;
}
* html #extInfoWindow_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/extinfowindow/ext_beak.png', sizingMethod='crop');
}
#extInfoWindow_contents p{
  margin: 1px 0;
  padding: 5px;
}