﻿#simple_example_window{
  width: 300px;
}
#simple_example_window_contents{
  background: url('./images/map_info_contents.png');
  font-size: 10px;
}
/*
* html #simple_example_window_contents{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://en-c-exis.jp/images/map_info_contents.png', sizingMethod='scale');
}
*/
#simple_example_window_contents div{
  color: #fff;
  margin: 0 10px;
}

#simple_example_window_contents div h3{
  font-size: 13px;
  color: red;
  margin: 0px;
  margin-bottom: 10px;
}

#simple_example_window_contents img{
	margin-right: 10px;
}

#simple_example_window_contents a{
	color: #ff8400;
}



#simple_example_window_tl{
  width: 14px;
  height: 14px;
  background: url('./images/map_info_tl.png') top left no-repeat transparent;
}
* html #simple_example_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://en-c-exis.jp/images/map_info_tl.png', sizingMethod='crop');
}
#simple_example_window_t{
  background: url('./images/map_info_t.png') top left repeat-x transparent;
}
#simple_example_window_tr{
  width: 14px;
  height: 14px;
  background: url('./images/map_info_tr.png') top left no-repeat transparent;
}
* html #simple_example_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://en-c-exis.jp/images/map_info_tr.png', sizingMethod='crop');
}
#simple_example_window_l{
  width: 3px;
  background: url('./images/map_info_l.png') top left repeat-y transparent;
}
#simple_example_window_r{
  width: 3px;
  background: url('./images/map_info_r.png') top right repeat-y transparent;
}
#simple_example_window_bl{
  width: 14px;
  height: 19px;
  background: url('./images/map_info_bl.png') top left no-repeat transparent;
}
* html #simple_example_window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://en-c-exis.jp/images/map_info_bl.png', sizingMethod='crop');
}
#simple_example_window_b{
  background: url('./images/map_info_b.png') top left repeat-x transparent;
}
#simple_example_window_br{
  width: 14px;
  height: 19px;
  background: url('./images/map_info_br.png') top left no-repeat transparent;
}
* html #simple_example_window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://en-c-exis.jp/images/map_info_br.png', sizingMethod='crop');
}
#simple_example_window_close{
  width: 13px;
  height: 13px;
  background: url('./images/map_info_close.png') no-repeat transparent;
  margin: 8px 0px 0px -8px;
  cursor: pointer;
}
* html #simple_example_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://en-c-exis.jp/images/map_info_close.png', sizingMethod='crop');
}

#simple_example_window_beak{
  z-index: 100;
  margin-top: -8px;
  width: 29px;
  height: 42px;
  background: url('./images/map_info_beak.png') top left no-repeat transparent;
}
* html #simple_example_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://en-c-exis.jp/images/map_info_beak.png', sizingMethod='crop');
}
