#custom_info_window_bubble{
  width: 350px;
}
#custom_info_window_bubble_contents{
  background-color: #464646;
  color: #fff;
  font-family: "comic sans ms", arial, sans-serif;
}
#custom_info_window_bubble_tl{
  width: 4px;
  height: 4px;
  background: url('images/corners/digital_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/digital_tl.png', sizingMethod='crop');
}
#custom_info_window_bubble_t{
  background-color: #464646;
}
#custom_info_window_bubble_tr{
  width: 4px;
  height: 4px;
  background: url('images/corners/digital_tr.png') top right no-repeat transparent;
}
* html #custom_info_window_bubble_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/digital_tr.png', sizingMethod='crop');
}
#custom_info_window_bubble_l{
  background-color: #464646;
  width: 2px;
}
#custom_info_window_bubble_r{
  background-color: #464646;
  width: 2px;
}
#custom_info_window_bubble_bl{
  width: 4px;
  height: 4px;
  background: url('images/corners/digital_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/digital_bl.png', sizingMethod='crop');
}
#custom_info_window_bubble_b{
  height: 2px;
  background-color: #464646;
}
#custom_info_window_bubble_br{
  width: 4px;
  height: 4px;
  background: url('images/corners/digital_br.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/digital_br.png', sizingMethod='crop');
}
#custom_info_window_bubble_close{
  width: 49px;
  height: 9px;
  background: url('images/corners/digital_close.gif') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_bubble_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/digital_close.gif', sizingMethod='crop');
}
#custom_info_window_bubble_beak{
	width: 46px;
  height: 14px;
  background: url('images/corners/digital_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/digital_beak.png', sizingMethod='crop');
}



