/* G-Button */
.mainCallLeft{

	padding: 0px 0 0px 0px;
	width:200px;
	background:transparent;
  }
 
div.g-button {
	margin: 0 0 7px 0px;
/*	border: 1px solid #BFD4F2;*/
	background-color: transparent;
	padding: 8px 5px 3px 9px;
	text-align: center;
}
 
div.g-button div {
	background: url("http://i.pastehtml.com/images/button/g-button-cr1-1_wt.gif") no-repeat 0% 0%;
	font-size: 1.3em;
	background-color: #5679a5;
}
 
div.wide div.g-button div {
	max-width: 300px;
	margin: 0 auto;
}
 
div.g-button div span span a {
	display: block;
	color: #fff !important;
	background: url("http://i.pastehtml.com/images/button/g-button-cr1-2_wt.gif") no-repeat right bottom;
	padding: 8px 18px 13px 13px;
	text-decoration: none;
	font-weight: bold;
}
 
div.g-button div span {
	display: block;
	background: url("http://i.pastehtml.com/images/button/g-button-cr1-1_wt.gif") no-repeat right -400px;
	height: 1%;
}
 
div.g-button div span span {background: url("http://i.pastehtml.com/images/button/g-button-cr1-1_wt.gif") no-repeat left bottom;}
