#fb{
    display: block;
    overflow: hidden;
    width: 293px;
    position: absolute;
    left: -252px;
    top: 200px;
    z-index: 10;
}
div.fb-like-box{
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
    background-color: #FFFFFF;
    border-color: #4e69a2;
    border-style: solid;
    border-width: 1px;
    z-index: 11;
}
div.fb-logo{
    position: relative;
    float: left;
    right: 0px;
    top: 0px;
    width: 31px;
    height: 120px;
    background: #4965a0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#4e69a2), color-stop(100%,#3b5998));
    background: -webkit-linear-gradient(top,  #4e69a2 100%,#3b5998 100%);
    background: -moz-linear-gradient(top,  #4e69a2 100%, #3b5998 100%);
    background: -o-linear-gradient(top,  #4e69a2 100%,#3b5998 100%);
    background: -ms-linear-gradient(top,  #4e69a2 100%,#3b5998 100%);
    background: linear-gradient(to bottom,  #4e69a2 100%,#3b5998 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e69a2', endColorstr='#3b5998',GradientType=0 );
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 12;
}