.button-gcore {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}
.button-gcore.focus,
.button-gcore.hover,
.button-gcore {
	color: #FFFFFF;
	border-color: #FF5700;
	background: #FF5700;
}
.button-gcore:hover {
	background: #FFFFFF;
	border-color: #FF5700;
	color: #FF5700;
}
