/* Hide Google IG + buttons, and odd white border which was added for no reason, and the footer */
@-moz-document url-prefix(http://www.google.com/ig)
{
	.uftl
	{
		border-color:none none -moz-use-text-color !important;
		border-style:none none none !important;
		border-width:0px 0px medium !important;
	}

	.fbox
	{
		display:none !important;
	}
	
	.ft
	{
		visibility: hidden !important;	
		margin-right:0px !important;
		margin-top:0px !important;
		width:0px !important;
		height:0px !important;
	}
	
	.mod
	{
		visibility:hidden !important;
		position:absolute !important;
	}
	
	div#footer, div#footer_promos, .tabdirectorylinkbottom
	{
		visibility:hidden !important;
		position:absolute !important;
		width:0px !important;
		height:0px !important;
		top:0px !important;
		left:0px !important;
	}
}
