/*.fb_iframe_widget {
    display: block !important;
    position: relative !important;
}
.fb_iframe_widget span{
    vertical-align: bottom !important;
    width: 100% !important;
    height: 50px !important;
}

.fb_iframe_widget iframe{
    border: none !important;
    visibility: visible !important;
    width: 100% !important;
    height: 50px !important;
}

button#u_0_2.inlineBlock._2tga._49ve{
    position: absolute !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0 0 0 2px !important;
}*/
/*Facebook Connect Button*/
.ss_box .facebook_id_field_block a{
    color:#ff00ff; /*font color*/
    background:#ffff00; /*button color*/
    border: solid 1px #000000; /* border color, size, and line style */
    font-family: arial, sans-serif; /* font-family determines the web-safe font used for the button name */
    font-size: 14px; /* size of the text in the Facebook Connect Button */
    border-radius: 3px; /* creates rounded corners, for a more button-like look.  The larger the number, the more rounded the corners.  If you don’t want rounded corners, change the border-radius to 0px */
    padding:5px; /* amount of space between the text and the border of the button */
}

/*Facebook Connect Button Hover*/
.ss_box .facebook_id_field_block a:hover{
    background:#dd0000; /* background color of the Facebook Connect Button when you hover over it */
}
