  /*simple_example*/
  #simple_example_window{
    width: 640px;
  }
  #simple_example_window_contents{
    background-color: #FFF;
	/*margin:20px;*/
  }
 
  #simple_example_window_beak{
    width: 21px;
    height: 36px;
    background: url(/styles/imgs/infowindows/vc_beak.png) top left no-repeat transparent;
  }
  
  * html #simple_example_window_beak{
    /* Alpha transparencies hack for IE */
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/styles/imgs/infowindows/vc_beak.png', sizingMethod='crop');
  }
  
  #simple_example_window_close{
	/*background:#000;*/
	background:url("imgs/sprites.png") no-repeat scroll 0 -93px transparent;
	width:12px;
	height:12px;
	cursor:pointer;
	margin-left:-10px;
	margin-top:10px;
  }
  #simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
  #simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
    background-color: #37718C;
    height: 2px;
    width: 2px;
	font-size:1px;
  }

  /*globo_medio*/
  #globo_medio{
    width: 220px;
  }
  #globo_medio_contents{
    background-color: #FFF;
	/*margin:20px;*/
  }
 
  #globo_medio_beak{
    width: 21px;
    height: 36px;
    background: url(/styles/imgs/infowindows/vc_beak.png) top left no-repeat transparent;
  }
  
  * html #globo_medio_beak{
    /* Alpha transparencies hack for IE */
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/styles/imgs/infowindows/vc_beak.png', sizingMethod='crop');
  }
  
  #globo_medio_close{
	/*background:#000;*/
	background:url("imgs/sprites.png") no-repeat scroll 0 -93px transparent;
	width:12px;
	height:12px;
	cursor:pointer;
	margin-left:-10px;
	margin-top:10px;
  }
  #globo_medio_tl, #globo_medio_tr, #globo_medio_bl, #globo_medio_br,
  #globo_medio_t,#globo_medio_l,#globo_medio_r,#globo_medio_b{
    background-color: #37718C;
    height: 2px;
    width: 2px;
	font-size:1px;
  }
