#custom_info_window_bubble{
  width:250px;
  height:100%;
}
#custom_info_window_bubble_contents {
  background-color: #FFF;
  font-family:Arial, Helvetica, sans-serif;
}
#custom_info_window_bubble_contents .content {
	padding:15px 5px 5px;
	display:block;
	clear:both;
}
#custom_info_window_bubble_contents .content a {
	color:#00F;
}
#custom_info_window_bubble_tl{
  width: 15px;
  height: 15px;
  background: url('../../images/infowindow/TE.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/TE.png', sizingMethod='crop');
}
#custom_info_window_bubble_t{
  background: url('../../images/infowindow/T.png') top left repeat-x transparent;
  height:15px;
}
* html #custom_info_window_bubble_t {
	background-image:url('../../images/infowindow/T.gif');
}
#custom_info_window_bubble_tr{
  width: 15px;
  height: 15px;
  background: url('../../images/infowindow/TD.png') top right no-repeat transparent;
}
* html #custom_info_window_bubble_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/TD.png', sizingMethod='crop');
}
#custom_info_window_bubble_l{
  background: url('../../images/infowindow/E.png') top left repeat-y transparent;
  width: 15px;
}
* html #custom_info_window_bubble_l {
	background-image:url('../../images/infowindow/E.gif');
}
#custom_info_window_bubble_r{
  background: url('../../images/infowindow/D.png') top right repeat-y transparent;
  width: 15px;
}
* html #custom_info_window_bubble_r {
	background-image:url('../../images/infowindow/D.gif');
}
#custom_info_window_bubble_bl{
  width: 15px;
  height: 15px;
  background: url('../../images/infowindow/BE.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/BE.png', sizingMethod='crop');
}
#custom_info_window_bubble_b {
  height: 15px;
  background: url('../../images/infowindow/B.png') bottom left repeat-x  transparent;
}
* html #custom_info_window_bubble_b {
	background-image:url('../../images/infowindow/B.gif');
}
#custom_info_window_bubble_br{
  width: 15px;
  height: 15px;
  background: url('../../images/infowindow/BD.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/BD.png', sizingMethod='crop');
}
#custom_info_window_bubble_close{
  width: 57px;
  height: 12px;
  margin:13px 0 0 -13px;
  background: url('../../images/infowindow/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_bubble_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/close.png', sizingMethod='crop');
}
#custom_info_window_bubble_beak{
  width: 43px;
  height: 36px;
  margin-left: 30px;
  margin-top:-10px;
  background: url('../../images/infowindow/arrow.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infowindow/arrow.png', sizingMethod='crop');
}



