#love_info_window{
  width: 200px;
  color:#000;
}
#love_info_window_contents{
  background-color: #FFF;
}
#love_info_window_tl{
  width: 0px;
  height: 0px;
}
* html #love_info_window_tl{
  background-image:none;
  background-color: #FFF;
}
#love_info_window_t{
  background-color: #FFF;
}
#love_info_window_tr{
  width: 0px;
  height: 0px;
}
* html #love_info_window_tr{
  background-image:none;
}
#love_info_window_l{
  width: 0px;
}
#love_info_window_r{
  width: 0px;
}
#love_info_window_bl{
  width: 0px;
  height: 0px;
}
* html #love_info_window_bl{
  background-image:none;
}
#love_info_window_b{
}
#love_info_window_br{
  width: 0px;
  height: 0px;
}
* html #love_info_window_br{
  background-image:none;
}
#love_info_window_close{
  width: 15px;
  height: 15px;
  background: url('/images/win_close.gif') top left no-repeat transparent;
  cursor: pointer;
}
* html #love_info_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/win_close.gif', sizingMethod='crop');
}
#love_info_window_max{
  width: 0px;
  height: 0px;
  cursor: pointer;
}
* html #love_info_window_max{
  background-image:none;
}
#love_info_window_min{
  width: 0px;
  height: 0px;
  cursor: pointer;
}
* html #love_info_window_min{
  background-image:none;
}
#love_info_window_beak{
  width: 20px;
  height: 19px;
  background: url('/images/stem01.png') top left no-repeat transparent;
}
* html #love_info_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stem01.png', sizingMethod='crop');
}
#love_info_window_contents p{
  margin: 1px 0;
  padding: 5px;
}

