#extInfoWindow_FAC{
  width: 183px;
}
#extInfoWindow_FAC_contents{
  background-color: #00b2b2;
  color: #FFF;
  line-height: 16px;
  font-size: 16px;
}
#extInfoWindow_FAC_contents div{
  padding: 10px;
  font-size: 12px;
  font-family: arial, helvetica, serif;
}
#extInfoWindow_FAC_tl, #extInfoWindow_FAC_tr, #extInfoWindow_FAC_bl, #extInfoWindow_FAC_br{
  width: 1px;
  height: 1px;
  background-color: #004242;
}
#extInfoWindow_FAC_t, #extInfoWindow_FAC_b{
  background-color: #004242;
}
#extInfoWindow_FAC_l, #extInfoWindow_FAC_r{
  background-color: #004242;
  width: 1px;
}
#extInfoWindow_FAC_close{
  width: 20px;
  height: 20px;
  background: url('../images/mapinfoclose.png') top right no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindow_FAC_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mapinfoclose.png', sizingMethod='crop');
}
#extInfoWindow_FAC_beak{
	width: 185px;
  height: 73px;
  background: url('../images/mapinfobeak.png') top left no-repeat transparent;
}
* html #extInfoWindow_FAC_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mapinfobeak.png', sizingMethod='crop');
}
