.peep_ico_signin_g {
    background-image: url(../img/ico_signin_g.png);
}

.googleauth_wrap {
cursor: pointer;
	display: inline-block;
    line-height:35px;
	height: 35px;
overflow:hidden;
}

.googleauth_button {
cursor: pointer;
margin:0 auto;
padding:0 5px;
width:200px;
background: #dc4a36;
overflow:hidden;
	height: 35px;
	display: inline-block;
	color: #fff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
font-size:15px;
}
span.googleauth_button_left{
display:none;
}
span.googleauth_button_right {

}

span.googleauth_button_text:hover, span.googleauth_button_text a:hover {
  text-decoration: none;
}