/* Firefox hack for removing extra space in strict mode. */
@-moz-document url-prefix()
{
	.ContentPane { 
		padding-top: 0px; 
	}

}
