﻿#ebroker_gadget .ebroker-prev {
    background-color: #8b34b6;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 8px 0 0px;
    height: 30px;
    width: 65px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 4px;
    position: absolute;
    left: 0;
    bottom: 80px;
}

#ebroker_gadget .ebroker-next {
    display: inline-block;
    border: dashed 0px #000000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    float: right;
    height: 30px;
    width: 65px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 4px;
    cursor: pointer;
    margin: 8px 0 0px;
    position: absolute;
    right: 0;
    bottom: 80px;
}

#ebroker_gadget .button-span {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    display: block;
    margin-top: 0px;
}
