@charset "utf-8";
@namespace url(http://www.w3.org/1999/xhtml);

/* Login Page */
@-moz-document 	url-prefix("https://www.google.com/accounts/ServiceLogin?service=mail"),
url-prefix("https://www.google.com/accounts/ServiceLoginAuth?service=mail"),
url-prefix("http://www.google.com/accounts/ServiceLogin?service=mail"),
url-prefix("http://www.google.com/accounts/ServiceLoginAuth?service=mail") {

* { font-family: Tahoma, sans-serif !important; }

}

/* Gmail */
@-moz-document 	domain("mail.google.com") {

* { font-family: Tahoma, sans-serif !important; font-size: 11px !important; }

}