/*
  Facebook Button CSS for sfSimpleFacebookPlugin
*/

/* - */

a.fb-small                                                  { display:inline-block; height:24px; width:72px; background:url(/sfSimpleFacebookAuthPlugin/images/facebook-login-small.gif) left top no-repeat; }
a.fb-large                                                  { display:inline-block; height:30px; width:257px; background:url(/sfSimpleFacebookAuthPlugin/images/facebook-login-large.gif) left top no-repeat; }
a.fb-logout                                                 { display:inline-block; height:24px; width:86px; background:url(/sfSimpleFacebookAuthPlugin/images/facebook-logout-small.gif) left top no-repeat; }

  a.fb-small span                                           ,
  a.fb-large span                                           ,
  a.fb-logout span                                          { display:none; }

  a.fb-small:hover                                          ,
  a.fb-large:hover                                          ,
  a.fb-logout:hover                                         { background-position:left bottom; }
    
/* - */