/* Botão google + :: inicio */
#customBtn {
	display: inline-block;
	background: #cc3732;	
	width: 180px;
	height: 28px;
	cursor: pointer!important;
}

span.icon {
  background: url('http://cadastro.estadao.com.br/app/img/det/btn_red_32.png') no-repeat 0 3px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #BB3F30;
  width: 23px;
  height: 22px;
  padding: 3px 4px 3px 0;
  margin-left: 6px;
}

span.buttonText {
  display: inline-block;
  color: white;
  vertical-align: middle;
  padding: 0 21px;
  font-size: 12px;
}	

/* Botão google + :: fim */