.social_login_table {
	height: 34px;
	width: 34px;
	border-spacing: 0;
    border-radius: 0;
	margin: 0;
	padding: 0;
}
.social_login_table.google:hover{
	opacity: 0.8;
}
.social_login_table.facebook:hover{
	opacity: 0.8;
}
.social_login_icon {
	height: 34px;
	width: 34px;
	margin: 0;
	padding: 0;
}
.social_login_text.google a {
	background-image: url("../../../base/000001/image/google_social_icon.png");
	background-position: center;
	background-repeat: no-repeat;
    font-size: 0;
    background-color: #999;
    background-size: 45%;
    border-radius: 50%;
    padding: 0;
}
.social_login_text.google a:hover {
    background-color: #DB4937;
}
.social_login_text.facebook button {
	background-image: url("../../../base/000001/image/facebook_social_icon.png");
	background-position: center;
	background-repeat: no-repeat;
    font-size: 0;
    background-color: #999;
    background-size: 23%;
    border-radius: 50%;
    padding: 0;
}
.social_login_text.facebook button:hover {
    background-color: #3B579D;
}
.social_login_icon {
    display: none;
}
.social_login_text {
    padding: 0;
}
.social_login_text a{
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
}
.social_login_text button{
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}