 /* Login pages */
@-moz-document url-prefix("https://www.google.com/accounts/Login?"),
 url-prefix("https://www.google.com/accounts/ServiceLogin?"),
 url-prefix("https://www.google.com/accounts/ServiceLoginAuth?"),
 url("https://www.google.com/accounts/ManageAccount")
{
 *
  {
    height: 0 !important;
    visibility: hidden !important;
  }
 #gaia_loginbox
  {
    position: fixed !important;
    margin-left: 50% !important;
    margin-right: 50% !important;

    /* "left" is negative half of "width", to center it */
    left: -7.5em !important;
    width: 15em !important;
  }
 #gaia_loginbox
  {
    top: 5px !important;
  }
 #links,
 #gaia_loginform + br + .form-noindent
  {
    position: fixed !important;
    top: 5px !important;
    left: 5px !important;
    width: auto !important;
  }
 #gaia_loginbox *:not(img),
 #links *:not(img),
 #gaia_loginform + br + .form-noindent *:not(img)
  {
    height: auto !important;
    visibility: visible !important;
  }


}