#google-auth-login
{
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 36px;

  color: #888;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;

  background-image: url(../img/btn_google_signin_light_normal_web.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#google-auth-login:focus
{
  outline: none;
  background-image: url(../img/btn_google_signin_light_focus_web.png);
}

.account_chooser_link
{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
