.custom-button {
	background: #FDD255;
	background: -moz-linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FDD255),color-stop(100%,#FAAB23));
	background: -webkit-linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	background: -o-linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	background: -ms-linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	background: linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FDD255',endColorstr='#FAAB23',GradientType=0);
	padding:5px 12px;
	color:#623F1D;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	border-radius:48px;
	-moz-border-radius:48px;
	-webkit-border-radius:48px;
	cursor: pointer;
	border:1px solid #623F1D
}
.custom-button:hover{
	background: #FCE6A4;
	background: -moz-linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FCE6A4),color-stop(100%,#FEBB49));
	background: -webkit-linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	background: -o-linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	background: -ms-linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	background: linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FCE6A4',endColorstr='#FEBB49',GradientType=0);
	padding:5px 12px;
	color:#623F1D;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	border-radius:48px;
	-moz-border-radius:48px;
	-webkit-border-radius:48px;
	cursor: pointer;
	border:1px solid #623F1D
}

.custom-button-big {
	background: #FDD255;
	background: -moz-linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FDD255),color-stop(100%,#FAAB23));
	background: -webkit-linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	background: -o-linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	background: -ms-linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	background: linear-gradient(top,#FDD255 0%,#FAAB23 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FDD255',endColorstr='#FAAB23',GradientType=0);
	padding:5px 12px;
	color:#623F1D;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	border-radius:48px;
	-moz-border-radius:48px;
	-webkit-border-radius:48px;
	cursor: pointer;
	border:1px solid #623F1D
}
.custom-button-big:hover{
	background: #FCE6A4;
	background: -moz-linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FCE6A4),color-stop(100%,#FEBB49));
	background: -webkit-linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	background: -o-linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	background: -ms-linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	background: linear-gradient(top,#FCE6A4 0%,#FEBB49 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FCE6A4',endColorstr='#FEBB49',GradientType=0);
	padding:5px 12px;
	color:#623F1D;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	border-radius:48px;
	-moz-border-radius:48px;
	-webkit-border-radius:48px;
	cursor: pointer;
	border:1px solid #623F1D
}
