#checkoutAccount .facebookConnect,
#loginForm .facebookConnect {
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 21px;
  border-bottom: 1px solid #dedede;
}
#loginForm .facebookConnect {
  padding-top: 20px;
  border-top: 1px solid #dedede;
}
a.facebookConnectButton {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 21px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
  text-indent: -9999px;
  background: url(../../../images/facebookConnectButton.png) no-repeat 0 0;
}
a.facebookConnectButton:hover {
  background-position: 0 -21px;
}
a.facebookConnectButton.loading {
  text-indent: 0;
  background: none;
}
#header #memberNav a.facebookConnectButton {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
}
