.custom-button {
	background:#f42381;
	padding:5px 10px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	border:1px solid #459A00
}
.custom-button:hover{
	background:#f42381;
	background:-moz-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f42381),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:linear-gradient(top,#f42381 0%,#4AA400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f42381', endColorstr='#4AA400',GradientType=0);
	padding:5px 10px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	border:1px solid #459A00
}


.custom-button-big {
	background:#f42381;
	background:-moz-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f42381),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:linear-gradient(top,#f42381 0%,#4AA400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f42381', endColorstr='#4AA400',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	border:1px solid #459A00
}
.custom-button-big:hover{
	background:#f42381;
	background:-moz-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f42381),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#f42381 0%,#4AA400 100%);
	background:linear-gradient(top,#f42381 0%,#4AA400 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f42381', endColorstr='#4AA400',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: pointer;
	border:1px solid #459A00
}
