.zakazonline_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: 170px;

    /* 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);
}

.zakazonline_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);
}

.zakazonline_button1:active {
    top: 1px;
}

.zakazonline_button2 {
    position: relative;
    display: inline-block;
    border: 0px;
    outline: 0px;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    border: 1px #000 solid;
    cursor: pointer;
    padding: 17px 55px 17px 55px;
    text-decoration: none !important;

    /*
    transition: all 300ms ease;
    */
}

/*
@keyframes pulse_animation{
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
*/
.zakazonline_button2:hover {
    color: #000;
    opacity: 0.85;
    /*
    color:#f6f6f6;
    animation-name: pulse_animation;
    animation-duration: 200ms;
    animation-delay:0ms;
    animation-iteration-count: 1;
    animation-timing-function:linear;
    */
}

.zakazonline_button2:active {
    top: 1px;
}