/* Front End Styles */

/* -- Google Standard Login Button -- */

a.gglStandardBtn {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px #fff;
	color: #3b3b3b;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 20px 0 54px;
	background: url("../image/googlelogin/standardBtnBg.png") repeat-x left top;
	border: 1px solid #acacac;
	border-radius: 2px;
	position: relative;
	overflow:hidden;
}

a.gglStandardBtn span {
	width: 37px;
	height: 34px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../image/googlelogin/gglIconStandardBtn.png") no-repeat left top;	
}

a.gglStandardBtn:active {
	background: url("../image/googlelogin/standardBtnBg.png") repeat-x left bottom;
}


/* -- End -- */


/* -- Google Metro Style Login Button -- */

a.gglMetroStyleBtn {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 10px 0 45px;
	background-color: #dd4b38;
	position: relative;
	transition: background-color 700ms ease-in-out;
	-moz-transition: background-color 700ms ease-in-out;
	-webkit-transition: background-color 700ms ease-in-out;
	-o-transition: background-color 700ms ease-in-out;
}

a.gglMetroStyleBtn span {
	width: 38px;
	height: 36px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../image/googlelogin/gglIconMetroBtn.png") no-repeat left top;
}

a.gglMetroStyleBtn:hover {
	background-color: #c94332;
}


/* -- End -- */


/* -- Google Rounded Login Button -- */

a.gglRoundedBtn {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 20px 0 57px;
	background: url("../image/googlelogin/roundedBtnBg.png") repeat-x left 0;
	border: 1px solid #a42514;
	border-radius: 4px;
	position: relative;
}

a.gglRoundedBtn span {
	width: 37px;
	height: 30px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../image/googlelogin/gglIconRoundedBtn.png") no-repeat left top;
}

a.gglRoundedBtn:hover {
	background: url("../image/googlelogin/roundedBtnBg.png") repeat-x left -30px;
}

a.gglRoundedBtn:active {
	background: url("../image/googlelogin/roundedBtnBg.png") repeat-x left -60px;
}


/* -- End -- */


/* -- Google Blue Style Login Button -- */

a.gglBlueStyleBtn {
	display: inline-block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-shadow: 1px 1px #2a57a1;
	color: #fff;
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding: 0 20px 0 44px;
	background: url("../image/googlelogin/blueStyleBtnBg.png") repeat-x left top;
	border: 1px solid #2a57a1;
	overflow:hidden;
	position: relative;
}

a.gglBlueStyleBtn span {
	width: 34px;
	height: 26px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../image/googlelogin/blueStyleBtnIcon.png") no-repeat left top;	
}

a.gglBlueStyleBtn:active {
	background: url("../image/googlelogin/blueStyleBtnBg.png") repeat-x left bottom;
}


/* -- End -- */