/** Button Set **/
.gsf-field-button_set-inner {
	margin-bottom: 5px;
}
.gsf-field-button_set-inner:after {
	content: "";
	display: block;
	clear: both;
}
.gsf-field-button_set-inner >label {
	padding: 0;
}
.gsf-field-button_set-inner input {
	display: none;
}

.gsf-field-button_set-inner label:first-child span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.gsf-field-button_set-inner label:last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.gsf-field-button_set-inner span {
	float: left;
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: linear-gradient(#fff, #fff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	margin: 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear background-image;
	-moz-transition: 0.1s linear background-image;
	-ms-transition: 0.1s linear background-image;
	-o-transition: 0.1s linear background-image;
	transition: 0.1s linear background-image;
	overflow: visible;
}

.gsf-field-button_set-inner input:checked + span {
	background-color: #0073aa !important;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#008bce), to(#0073aa)) !important;
	background-image: -moz-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -ms-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008bce), color-stop(100%, #0073aa)) !important;
	background-image: -webkit-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -o-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -linear-gradient(top, #008bce, #0073aa) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bce', endColorstr='#0073aa', GradientType=0) !important;
	border-color: #005077 !important;
	-webkit-box-shadow: inset 0 1px 0 #00a7f6, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
	box-shadow: inset 0 1px 0 #00a7f6, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
	color: #ffffff;
}