#window{
  width: 300px;
}
#window_contents{
  background-color: #75b225;
}
#window_tl{
  width: 14px;
  height: 14px;
  background: url('../images/maps/window_tl.png') top left no-repeat transparent;
}
* html #window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/maps/window_tl.png', sizingMethod='crop');
}
#window_t{
  background: url('../images/maps/window_t.png') top left repeat-x transparent;
}
#window_tr{
  width: 14px;
  height: 14px;
  background: url('../images/maps/window_tr.png') top left no-repeat transparent;
}
* html #window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/maps/window_tr.png', sizingMethod='crop');
}
#window_l{
  width: 14px;
  background: url('../images/maps/window_l.png') top left repeat-y transparent;
}
#window_r{
  width: 14px;
  background: url('../images/maps/window_r.png') top right repeat-y transparent;
}
#window_bl{
  width: 14px;
  height: 14px;
  background: url('../images/maps/window_bl.png') top left no-repeat transparent;
}
* html #window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/maps/window_bl.png', sizingMethod='crop');
}
#window_b{
  background: url('../images/maps/window_b.png') top left repeat-x transparent;
}
#window_br{
  width: 14px;
  height: 14px;
  background: url('../images/maps/window_br.png') top left no-repeat transparent;
}
* html #window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/maps/window_br.png', sizingMethod='crop');
}
#window_close{
  width: 19px;
  height: 19px;
  background: url('../images/maps/window_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/maps/window_close.png', sizingMethod='crop');
}
#window_beak{
  width: 29px;
  height: 27px;
  background: url('../images/maps/window_beak.png') top left no-repeat transparent;
}
* html #window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/maps/window_beak.png', sizingMethod='crop');
}
#window_contents .section1{
  margin: 0;
  padding: 0;
}
#window_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #84C52F;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#window_contents p{
  margin: 1px 0;
  padding: 5px;
}
#window_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #900;
}