#custom_info_window{
  width: 278px;
}
#custom_info_window_contents{
  background-color: #FFF;
}
#custom_info_window_tl{
  width: 12px;
  height: 12px;
  background: url('../images/iw/infow_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/iw/infow_tl.png', sizingMethod='crop');
}
#custom_info_window_t{ 
  height: 12px;
  background: url('../images/iw/infow_t.png') bottom left repeat-x transparent;
}       

* html #custom_info_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/iw/infow_t.png', sizingMethod='crop');
}  

#custom_info_window_tr{
  width: 12px;
  height: 12px;
  background: url('../images/iw/infow_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/iw/infow_tr.png', sizingMethod='crop');
}
#custom_info_window_l{
  width: 12px;
  background: url('../images/iw/infow_l.png') top left repeat-y transparent;
}
#custom_info_window_r{
  width: 12px;
  background: url('../images/iw/infow_r.png') top right repeat-y transparent;
}
#custom_info_window_bl{
/*   width: 16px;
  height: 33px;
  background: url('../images/iw/infow_bl.png') top left no-repeat transparent; */
}
* html #custom_info_window_bl{
/*   background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/iw/infow_bl.png', sizingMethod='crop');     */
}
#custom_info_window_b{    
/*   background: url('../images/iw/infow_b.png') top left repeat-x transparent;   */
}
#custom_info_window_br{
/*   width: 33px;
  height: 33px;
  background: url('../images/iw/infow_br.png') top left no-repeat transparent;   */
}
* html #custom_info_window_br{
/*   background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/iw/infow_br.png', sizingMethod='crop');   */
}
#custom_info_window_close{
  width: 11px;
  height: 11px;   
  margin: 15px 0 0 -15px; 
  background: url('../images/iw/infow_close.png') bottom left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/iw/infow_close.png', sizingMethod='crop');
}
#custom_info_window_beak{
  width: 357px;
  height: 33px;    
  background: url('../images/iw/infow_beak.png') 39px bottom no-repeat transparent;
}
* html #custom_info_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/iw/infow_beak.png', sizingMethod='crop');
}

#custom_info_window_contents div
{                               
    padding: 10px;
}
#custom_info_window_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_contents p{
  margin: 0;
  padding: 0;
  line-height: 10px;
}
#custom_info_window_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #900;
}                     

#loc_pic img {
    float: none;
}
#loc_pic {
     float: left; 
    width: 110px;
    position: relative;
}
#loc_data {
    position: relative;
    margin: 0 0 0 120px;
}
