.button-orange a{
	display: block;
	color: #ff6633;
	border-radius: 6px;
	border: 1px solid #ff6633;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.button{
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align: center;
}
.button a{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	border-radius: 2px;
}
.button a:hover{
	font-weight: bold;
}
.button .button-red{
	background-color: #f0483e;
	color: #FFFFFF;
}
.button .button-org{
	border-radius: 6px;
	border: 1px solid #ff6633;
	color:#ff6633;
}
.button-orange{
	height: 50px;
	display: block;
	line-height: 40px;
	font-size: 18px;
}
.button-orange a:hover {
	background-color: #ff6633;
	color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #ff6633;
}
.button-blue{
	height: 40px;
	display: block;
	line-height: 40px;
	font-size: 20px;
	width: 150px;
	margin-top: 50px;
}
.button-blue a{
	display: block;
	color: #ffffff;
	border-radius: 6px;
	border: 1px solid #ffffff;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
.button-blue a:hover {
	color: #5E919F;
	border-radius: 6px;
	background-color: #FFFFFF;
}
