    #fast_form, #callback_form {
        color: #000000;
    }

    #fast_buy_spoiler, #fast_buy_spoiler_call_back {
        border: 1px solid #03C;
        padding: 0 !important;
        z-index: 99999;
    }

    #fast_buy_spoiler input, #fast_buy_spoiler_call_back input {
        border: 1px solid #CCC;
        height: 25px;
    }

    .zak_button {
        font-size: 14px;
        color: #FFF;
        background: red;
        cursor: pointer;
    }

    #close_span {
        margin-left: -20px;
        position: absolute;
        cursor: pointer;
        font-weight: bold;
        color: red;
        z-index: 99999;
    }


.fast_zakaz_btn {
    background: #b51e28 none repeat scroll 0 0;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50px;
    color: #fdff27;
    cursor: pointer;
    font-family: "Arial",Times,serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
  display: block;
}

.fast_zakaz_btn:hover {
	background-color: #ee1e28;
}    

.callback-order {
  display: block;
    background: #22ab00;
    border: solid 2px #fff;
	border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-family: "Arial",Times,serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px;
    vertical-align: top;
    text-align: center;

}

.callback-order:hover {
	background: #1d9400;
}

/*    
.fast_zakaz_btn {
    background: #ffd400 none repeat scroll 0 0;
//    border: 2px solid #761c19;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Arial",Times,serif;
    font-size: 18px;
//    font-weight: 600;
    padding: 10px;
    vertical-align: top;
    margin-top: 20px;
    margin-left: -270px;
    border-radius: 50px;
    border: 5px solid rgb(255, 255, 255);
	text-align: center;
}

.fast_zakaz_btn:hover {
	background-color: #ffc800;
} 

*/