#opacity_window{
  width: 300px;
}
#opacity_window_contents{
  background: url('files/map_opacity.png') top left repeat transparent;
  font-family: arial;
  font-size: 13px;
  color: #ffffff;
  padding:5px;
}
#opacity_window_contents div{
  padding: 3px;
}
* html #opacity_window_contents{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/map_opacity.png', sizingMethod='scale');
}
#opacity_window_tl{
  width: 5px;
  height: 5px;
}
* html #opacity_window_tl{
  background-image:none;
}
#opacity_window_t{
}
* html #opacity_window_t{
  background-image:none;
}
#opacity_window_tr{
  width: 5px;
  height: 5px;
}
* html #opacity_window_tr{
  background-image:none;
}
#opacity_window_l{
  width: 5px;
}
* html #opacity_window_l{
  background-image:none;
}
#opacity_window_r{
  width: 5px;
}
* html #opacity_window_r {
  background-image:none;
}
#opacity_window_bl{
  width: 0px;
  height: 0px;
}
* html #opacity_window_bl{
  background-image:none;
}
#opacity_window_b{
  height: 0px;
}
* html #opacity_window_b{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/map_opacity.png', sizingMethod='scale');
}
#opacity_window_br{
  width: 0px;
  height: 0px;
}
* html #opacity_window_br{
  background-image:none;
}
#opacity_window_close{
  width: 13px;
  height: 13px;
  margin: -8px 0 0 10px;
  background: url('../images/corners/opacity_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #opacity_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/opacity_close.png', sizingMethod='crop');
}
#opacity_window_beak{
	width: 0px;
  height: 0px;
  background: url('files/map_opacity.png') top left no-repeat transparent;
}
* html #opacity_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/map_opacity.png', sizingMethod='crop');
}



