.gs_blockButtons{ 
	padding: 0;
}

.gs_bb_button {
	float: left;
	font-size:15px;
	font-weight: normal;
	text-transform: none;
	width: 453px;
	background: #3c4753;
	display: inline-block;
	margin: 0 2px 0 0;
}

.gs_blockButtons_singleButton .gs_bb_button {
	width: 910px; 
}

.gs_bb_button a {
	/*height: 10px;*/
	display: block;
	padding: 33px 0;
	text-align: center;
	border: 1px solid #48515e;
}

.gs_bb_button a:link,
.gs_bb_button a:visited,
.gs_bb_button a:hover,
.gs_bb_button a:active {
	color: #fff;
	text-decoration: none;
}
