#extInfoWindow_funkyBox{
  width: 488px;
}
#extInfoWindow_funkyBox_contents{
  background-color: #eeeeee;
}
#extInfoWindow_funkyBox_tl{
  width: 5px;
  height: 35px;
  background: url('../images/corners/funkyBox_tl.png') top left no-repeat transparent;
}
#extInfoWindow_funkyBox_t{
 width: 1px;
  height: 35px;
  background: url('../images/corners/funkyBox_t.png') top left repeat-x #FFF;
}
#extInfoWindow_funkyBox_tr{
  width: 5px;
  height: 35px;
  background: url('../images/corners/funkyBox_tr.png') top right no-repeat transparent;
}
* html #extInfoWindow_funkyBox_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/funkyBox_tr.png', sizingMethod='crop');
}
#extInfoWindow_funkyBox_l{
  background: url('../images/corners/funkyBox_l.png') top left repeat-y transparent;
   width: 5px;
  height: 1px;
}
#extInfoWindow_funkyBox_r{
  background: url('../images/corners/funkyBox_r.png') top right repeat-y transparent;
     width: 5px;
  height: 1px;
}
#extInfoWindow_funkyBox_bl{
  width: 5px;
  height: 5px;
  background: url('../images/corners/funkyBox_bl.png') top left no-repeat transparent;
}
* html #extInfoWindow_funkyBox_bl{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/funkyBox_bl.png', sizingMethod='crop');
}
#extInfoWindow_funkyBox_b{
     width: 1px;
  height: 5px;
  background: url('../images/corners/funkyBox_b.png') bottom left repeat-x #FFF;
}
#extInfoWindow_funkyBox_br{
  width: 5px;
  height: 5px;
  background: url('../images/corners/funkyBox_br.png') top left no-repeat transparent;
}
* html #extInfoWindow_funkyBox_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/funkyBox_br.png', sizingMethod='crop');
}
#extInfoWindow_funkyBox_close{
  width: 12px;
  height: 12px;
  margin: 10px 0 0 -10px;
  background: url('../images/corners/funkyBox_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindow_funkyBox_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/funkyBox_close.png', sizingMethod='crop');
}
#extInfoWindow_funkyBox_beak{
	width: 1px;
  height: 1px;
  background: url('../images/corners/funkyBox_beak.png') top left no-repeat transparent;
}
* html #extInfoWindow_funkyBox_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/funkyBox_beak.png', sizingMethod='crop');
}



