#custom_info_window_bubble{
  width: 265px;
}
#custom_info_window_bubble_contents{
  background-color: #444444;
  font-family: Tahoma;
  color:#FFFFFF;
}
#custom_info_window_bubble_tl{
  width: 15px;
  height: 15px;

  background: url('demoWindow_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_tl.png', sizingMethod='crop');
}
#custom_info_window_bubble_t{
  background: url('demoWindow_t.png') top left repeat-x #444444;
}
#custom_info_window_bubble_tr{
  width: 15px;
  height: 15px;
  background: url('demoWindow_tr.png') top right no-repeat transparent;
}
* html #custom_info_window_bubble_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_tr.png', sizingMethod='crop');
}
#custom_info_window_bubble_l{
  background: url('demoWindow_l.png') top left repeat-y transparent;
  width: 1px;
}
#custom_info_window_bubble_r{
  background: url(' demoWindow_r.png') top right repeat-y transparent;
  width: 15px;
}
#custom_info_window_bubble_bl{
  width: 15px;
  height: 15px;
  background: url('demoWindow_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_bl.png', sizingMethod='crop');
}
#custom_info_window_bubble_b{
  height: 15px;
  background: url('kk.png') bottom left repeat-x #444444;
}
#custom_info_window_bubble_br{
  width: 15px;
  height: 15px;
  background: url('demoWindow_br.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_br.png', sizingMethod='crop');
}
#custom_info_window_bubble_close{
  width: 20px;
  height: 20px;
  background: url('demoWindow_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_bubble_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_close.png', sizingMethod='crop');
}
#custom_info_window_bubble_beak{
	width: 50px;
  height: 38px;
  margin-left: 30px;
  background: url('demoWindow_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_bubble_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_beak.png', sizingMethod='crop');
}


.l1{font-size: 14px; margin-left: 15px;margin-right: 20px; border-bottom: 1px dashed #E00521; padding-bottom: 3px;  color:#FFFFFF;}
.l2{font-size: 10px; margin-left: 15px; padding-top: 3px; color:#FFFFFF;}
.l3{font-size: 11px; margin-left: 15px;border-bottom: 1px dashed #666666; padding-bottom: 3px; margin-right: 20px; color:#FFFFFF; }
.l4{font-size: 10px; margin-left: 15px; padding-top: 3px; color:#FFFFFF; }
.l5{font-size: 10px; margin-left: 15px; padding-top: 3px; color: red;  border-top: 1px dashed #666666; margin-top: 5px;}
a.mapin:link{ color: red; text-decoration:none; font-size: 10px;}
a.mapin:visited{ color: red;text-decoration:none;font-size: 10px;}
a.mapin:active{color: red; text-decoration:none;font-size: 10px;}
a.mapin:hover{ color: #666666; text-decoration:none;font-size: 10px;}