#extInfoWindow{
  width: 140px;
}
#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 {
  margin: 0;
  padding: 0;
  color: #343434;
  font-weight: bold;
  font-size: 0.80em !important;
  line-height:1.4;
}
#extInfoWindow_contents a {
  font-size: 1.2em;
  color: #041a7a;
  font-weight: normal;
}
#extInfoWindow_contents a strong {
  color: #343434;
}
#extInfoWindow_contents .pRange {
  margin-bottom: 3px;
  display: block;
  line-height: 1.2;
}
#extInfoWindow_contents .numHomes {
  color: #0b85bd;
  font-size: 1.2em;
}