/* according to http://econym.org.uk/gmap/css.htm
Google calculates the size of the info window BEFORE it renders,
unless you add a style for it then it will recalculate. This clears the
ill fitting window bug*/

#googleBubbleInfo{
	font-size:x-small;
}

#googleBubbleInfo img{
margin-right:10px;
}
