@CHARSET "UTF-8";
#custom_info_window_red_simple {
  width: 215px;
}

#custom_info_window_red_simple_contents{
  background-color: #FFF;
}
#custom_info_window_red_simple_tl{
  width: 16px;
  height: 16px;
  background: url('/bkRestaurantMapPlugin/images/corners/red_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_simple_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bkRestaurantMapPlugin/images/corners/red_tl.png', sizingMethod='crop');
}
#custom_info_window_red_simple_t{
  background: url('/bkRestaurantMapPlugin/images/corners/red_t.png') top left repeat-x transparent;
}
#custom_info_window_red_simple_tr{
  width: 16px;
  height: 16px;
  background: url('/bkRestaurantMapPlugin/images/corners/red_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_red_simple_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bkRestaurantMapPlugin/images/corners/red_tr.png', sizingMethod='crop');
}
#custom_info_window_red_simple_l{
  width: 5px;
  background: url('/bkRestaurantMapPlugin/images/corners/red_l.png') top left repeat-y transparent;
}
#custom_info_window_red_simple_r{
  width: 3px;
  background: url('/bkRestaurantMapPlugin/images/corners/red_r.png') top right repeat-y transparent;
}
#custom_info_window_red_simple_bl{
  width: 16px;
  height: 16px;
  background: url('/bkRestaurantMapPlugin/images/corners/red_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_simple_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bkRestaurantMapPlugin/images/corners/red_bl.png', sizingMethod='crop');
}
#custom_info_window_red_simple_b{
  background: url('/bkRestaurantMapPlugin/images/corners/red_b.png') top left repeat-x transparent;
}
#custom_info_window_red_simple_br{
  width: 16px;
  height: 16px;
  background: url('/bkRestaurantMapPlugin/images/corners/red_br.png') top left no-repeat transparent;
}
* html #custom_info_window_red_simple_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bkRestaurantMapPlugin/images/corners/red_br.png', sizingMethod='crop');
}
#custom_info_window_red_simple_close{
  width: 15px;
  height: 15px;
  background: url('/bkRestaurantMapPlugin/images/corners/red_close.png') bottom right no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_simple_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bkRestaurantMapPlugin/images/corners/red_close.png', sizingMethod='crop');
}
#custom_info_window_red_simple_beak{
  width: 50px;
  height: 29px;
  background: url('/bkRestaurantMapPlugin/images/corners/red_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_simple_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bkRestaurantMapPlugin/images/corners/red_beak.png', sizingMethod='crop');
}
#custom_info_window_red_simple_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_red_simple_contents .section2{
  margin: 0;
  padding: 0;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}

#custom_info_window_red_simple_contents {
  background: url('/bkRestaurantMapPlugin/images/corners/red.png');
  color: #FFF;
}
#custom_info_window_red_simple_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #900;
}