﻿.btn_arrow-next {
    position: relative;
    background: #4cae22 url(../images/next-aarrow.png) no-repeat right center;
    border: 0;
    color: white;
    width: auto;
    padding: 10px 45px 10px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-radius: 5px 5px 5px 5px;
    min-width: 130px;
    margin: 5px 0 20px 0;
    float: right;
    position: relative;
    overflow: hidden;
}

.btn_arrow-prev {
    position: relative;
    background: #4cae22 url(../images/prev-aarrow.png) no-repeat left center;
    border: 0;
    color: white;
    width: auto;
    padding: 10px 15px 10px 45px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-radius: 5px 5px 5px 5px;
    min-width: 130px;
    margin: 5px 0 20px 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.btn_arrow-save {
    position: relative;
    background: #1272e0 ;
    border: 0;
    color: white;
    width: auto;
    padding: 10px 15px 10px 45px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-radius: 5px 5px 5px 5px;
    min-width: 130px;
    margin: 5px 0 20px 0;
    float: left;
    position: relative;
    overflow: hidden;
}


