#simple_example_window{
    width: auto!important; width: 130px; min-width: 130px;
}
#simple_example_window_contents{
    background-color: #FFF!important;
    background: url('/img/map/bubblebg.gif') repeat-x top left #fff;
width: 130px;
overflow: hidden;}
#simple_example_window_tl{
  width: 16px!important;
  height: 16px!important;
  background: url('/img/map/red_tl.png') top left no-repeat transparent!important;
}
* html #simple_example_window_tl{
  background-image:none!important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map/red_tl.png', sizingMethod='crop')!important;
}
#simple_example_window_t{
  background: url('/img/map/red_t.png') top left repeat-x transparent!important;
}
#simple_example_window_tr{
  width: 16px!important;
  height: 16px!important;
  background: url('/img/map/red_tr.png') top left no-repeat transparent!important;
}
* html #simple_example_window_tr{
  background-image:none!important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map/red_tr.png', sizingMethod='crop')!important;
}
#simple_example_window_l{
  width: 3px!important;
  background: url('/img/map/red_l.png') top left repeat-y transparent!important;
}
#simple_example_window_r{
  width: 3px!important;
  background: url('/img/map/red_r.png') top right repeat-y transparent!important;
}
#simple_example_window_bl{
  width: 16px!important;
  height: 16px!important;
  background: url('/img/map/red_bl.png') top left no-repeat transparent!important;
}
* html #simple_example_window_bl{
  background-image:none!important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map/red_bl.png', sizingMethod='crop')!important;
}
#simple_example_window_b{
  background: url('/img/map/red_b.png') top left repeat-x transparent!important;
}
#simple_example_window_br{
  width: 16px!important;
  height: 16px!important;
  background: url('/img/map/red_br.png') top left no-repeat transparent!important;
}
* html #simple_example_window_br{
  background-image:none!important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map/red_br.png', sizingMethod='crop')!important;
}
#simple_example_window_close{
  width: 21px!important;
  height: 21px!important;
  background: url('/img/map/red_close.png') top left no-repeat transparent!important;
  cursor: pointer!important;
}
* html #simple_example_window_close{
  background-image:none!important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map/red_close.png', sizingMethod='crop')!important;
}
#simple_example_window_max{
  width: 21px!important;
  height: 21px!important;
  background: url('/img/map/red_max.png') top left no-repeat transparent!important;
  cursor: pointer!important;
}
* html #simple_example_window_max{
  background-image:none!important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map/red_max.png', sizingMethod='crop')!important;
}
#simple_example_window_min{
  width: 21px!important;
  height: 21px!important;
  background: url('/img/map/red_min.png') top left no-repeat transparent!important;
  cursor: pointer!important;
}
* html #simple_example_window_min{
  background-image:none!important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map/red_min.png', sizingMethod='crop')!important;
}
#simple_example_window_beak{
  width: 28px!important;
  height: 38px!important;
  background: url('/img/map/red_beak.png') top left no-repeat transparent!important;
}
* html #simple_example_window_beak{
  background-image:none!important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map/red_beak.png', sizingMethod='crop')!important;
}
#simple_example_window_contents .section1{
  margin: 0!important;
  padding: 0!important;
}
#simple_example_window_contents .section2{
  margin: 0!important;
  padding: 0!important;
  background-color: #FFDFDF!important;
  border-bottom: dotted 1px #900!important;
  border-top: dotted 1px #900!important;
}
#simple_example_window_contents p{
  margin: 1px 0!important;
  padding: 5px!important;
}
#simple_example_window_contents .title{
  font-size: 18px!important;
  font-weight: bold!important;
  color: #FFF!important;
  background-color: #900!important;
}