#custom_info_window_red{
  width: 250px;
}
#custom_info_window_red_contents{
  background-position: right;
  background-color: #fff;
}

#custom_info_window_red_tl{
  width: 2px;
  height: 2px;
  background: url('/assets/js/kartta/red_tl.png') top left no-repeat transparent;
}

#custom_info_window_red_t{
  background: url('/assets/js/kartta/red_t.png') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 2px;
  height: 2px;
  background: url('/assets/js/kartta/red_tr.png') top left no-repeat transparent;
}

#custom_info_window_red_l{
  width: 2px;
  background: url('/assets/js/kartta/red_l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 2px;
  background: url('/assets/js/kartta/red_r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 2px;
  height: 2px;
  background: url('/assets/js/kartta/red_bl.png') top left no-repeat transparent;
}

#custom_info_window_red_b{
  background: url('/assets/js/kartta/red_b.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 2px;
  height: 2px;
  background: url('/assets/js/kartta/red_br.png') top left no-repeat transparent;
}

#custom_info_window_red_close{
  width: 18px;
  height: 18px;
  background: url('/assets/js/kartta/red_close.png') bottom left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/js/kartta/red_close.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 24px;
  height: 22px;
  background: url('/assets/js/kartta/red_beak.png') top left no-repeat transparent;
  margin-left: -98px;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/js/kartta/red_beak.png', sizingMethod='crop');
}

#custom_info_window_content {
	padding: 16px 0px 16px 16px;
	width: 218px;
}