@charset "UTF-8";

#button-block .button {
	background: #ff8906;
	border-radius: 50px;
	padding: 0 10px;
	height: 40px;
	line-height: 2;
}

#button-block .button2 {
	background: #049ad8;
	border-radius: 50px;
	padding: 0 10px;
	height: 40px;
	line-height: 2;
}

#button-block a {
	color: #fff;
	font-size: 15px;
}

