.ico-facebook-conf {
    display: inline-block;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    background:#4267b2 url(https://www.facebook.com/rsrc.php/v3/yq/r/5nnSiJQxbBq.png) no-repeat 2% 50%;
    height:20px;

    border:1px solid #4267b2;
    border-radius: 3px;

    padding-right: 7px;
    padding-left: 12px;

    cursor: pointer;

}
.ico-facebook-conf span{
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
}
.ico-facebook-conf:hover{
	background-color:#365899
}