.oneclick_button1{
	position:relative;
	display: inline-block;
    border:0px;
	outline:0px;
    font-size:20px;
	line-height:20px;
	color:#4b2e13;
    text-decoration: none !important;
	padding:10px 25px;
	border-radius:4px;
	cursor:pointer;
	min-width:330px;
	text-align:center;

    /* http://colorzilla.com/gradient-editor/#ffd200+0,ffb400+100 */
    background: #ffd200;
    background: -moz-linear-gradient(top,  #ffd200 0%, #ffb400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd200), color-stop(100%,#ffb400));
    background: -webkit-linear-gradient(top,  #ffd200 0%,#ffb400 100%);
    background: -o-linear-gradient(top,  #ffd200 0%,#ffb400 100%);
    background: -ms-linear-gradient(top,  #ffd200 0%,#ffb400 100%);
    background: linear-gradient(to bottom,  #ffd200 0%,#ffb400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#ffb400',GradientType=0 );
}
.oneclick_button1:hover{
    background: #ffb400;
    background: -moz-linear-gradient(top,  #ffb400 0%, #ffd200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb400), color-stop(100%,#ffd200));
    background: -webkit-linear-gradient(top,  #ffb400 0%,#ffd200 100%);
    background: -o-linear-gradient(top,  #ffb400 0%,#ffd200 100%);
    background: -ms-linear-gradient(top,  #ffb400 0%,#ffd200 100%);
    background: linear-gradient(to bottom,  #ffb400 0%,#ffd200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffd200',GradientType=0 );
}
.oneclick_button1:active{
	top:1px;
}