.fbauth_preloader {
    background: url(../img/preloader.gif) no-repeat;
}

.fbauth_preloader_big {
    background: url(../img/preloader-big.gif) no-repeat;
}

.fbauth_master_preloader {
    width: 100%;
    height: 100px;
    background-position: center center;
}

.peep_ico_signin_f {
    background-image: url(../img/ico_signin_f.png);
}
.fb_auth_wrap {
	cursor: pointer;
	display: inline-block;
    line-height:35px;
margin:0 auto;
	height: 35px;
  
}
.fb_button {
margin:0 auto;
width:200px;
	background:  #5786e5;
	padding:0 5px;
	height: 35px;
	display: inline-block;
	color: #fff;
  	margin-top:8px;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
}
.content a.fb_button {
	color: #fff;
}
.content a.fb_button:hover {
	text-decoration:none;
}
.fb_button_text {
	line-height:35px;
	font-size:15px;
	font-weight: normal;
text-align:left;
}