@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(https://www.google.com/accounts/ServiceLogin?service=mail) {

/* get rid of stuff for the general public */
body > table:first-child + br + table, /* "A Google approach to email." */
td[width="75%"], /* intro & feature list */
br, /* useless breaks */
a[href="http://mail.google.com/mail/signup"] /* You probably don't want to sign up... */
{
	display : none !important;
}

/* kill extra spacing */
* {
	padding : 0 !important;
	margin : .25% auto !important; /* leave a little vertical margin for legibility */
	height : auto !important;
}

/* size and position login box */
body {
	width : 50% !important;
	height : 20em !important;

	/* vertically center, somewhat */
	position : absolute !important;
	top : 50% !important;
	left : 50% !important;

	margin : -8.25em 0 0 -25% !important;
}

}