/* 
    Document   : FB-recommend
    Created on : Dec 16, 2015, 13:10:28 PM
    Author     : Daniel
    Description: Facebook like and google+ button style css
*/

root { 
    display: block;
}

fieldset{
       border: 1px solid red;
       padding:5px;
background: rgb(238,238,238);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 26%, rgba(204,204,204,1) 100%);
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 26%,rgba(204,204,204,1) 100%);
background: linear-gradient(to bottom,  rgba(238,238,238,1) 26%,rgba(204,204,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

    }
.like-fb-left{
    width:59%;
    float:left;
}
.like-fb-right{
    width:40%;
    float:right;
}
.like-fb-center{
    width:99%;
    float:center;
	border: 1px solid blue;
	padding:5px;
	background-image: url("color-bg.jpg");
	background-size: cover;
	background-position: center;
}