.yellow-button{
	text-align: center;
    border: none;
    margin-bottom: 10px;
    padding: 12px;
    color: #2b004a !important;
    background: #ffcd1a;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.yellow-button:hover, .yellow-button:active{
	background: #ffe68d;
}

.btn-orange{
	display: inline-block;
	color: #fff !important;
	padding: 12px 10px;
	font-size: 1.25em;
	font-weight: 300;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7834+0,cf6023+100 */
	background: #ffcd1a; /* Old browsers */
	background: -moz-linear-gradient(top, #ffcd1a 0%, #ffab1a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffcd1a 0%,#ffab1a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffcd1a 0%,#ffab1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd1a', endColorstr='#ffab1a',GradientType=0 ); /* IE6-9 */
}

.btn-orange:hover, .btn-orange:active,
.btn-yellow:hover, .btn-yellow:active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7834+0,cf6023+48 */
	background: #ffcd1a; /* Old browsers */
	background: -moz-linear-gradient(top, #ffcd1a 0%, #ffab1a 48%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffcd1a 0%,#ffab1a 48%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffcd1a 0%,#ffab1a 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd1a', endColorstr='#ffab1a',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
}
