/**
 * Copyright Facebook Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * @author blaise
 * @provides fb.css.button
 * @layer xfbml
 */

.fb_button{background:#29447e url(http://facebook.com/images/connect_sprite.png);background-repeat:no-repeat;cursor:pointer;display:inline-block;text-decoration:none;outline:none;padding:0 0 0 1px;}.fb_button .fb_button_text{background:#5f78ab url(http://facebook.com/images/connect_sprite.png);border-top:solid 1px #879ac0;border-bottom:solid 1px #1a356e;color:#FFF;display:block;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-weight:700;text-shadow:none;margin:1px 1px 0 21px;padding:2px 6px 3px;}a.fb_button,.fb_button{text-decoration:none;}a.fb_button:active .fb_button_text,a.fb_button_rtl:active .fb_button_text,.fb_button:active .fb_button_text,.fb_button_rtl:active .fb_button_text{border-bottom:solid 1px #29447e;border-top:solid 1px #45619d;background:#4f6aa3;text-shadow:none;}.fb_button_medium{background-position:left -188px;font-size:11px;line-height:14px;}a.fb_button_medium:active{background-position:left -210px;}.fb_button_small{background-position:left -232px;font-size:10px;line-height:10px;}.fb_button_small .fb_button_text{margin-left:17px;padding:2px 6px 3px;}a.fb_button_small:active,.fb_button_small:active{background-position:left -250px;}