.FasButtonStyle {
    -webkit-border: 1px solid #a9a9a9;
    -moz-border: 1px solid #a9a9a9;
    -ms-border: 1px solid #a9a9a9;
    -o-border: 1px solid #a9a9a9;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: #f0f0f0 !important;
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #dcdcdc 50%, #d2d2d2 51%, #c8c8c8 100%) !important;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #dcdcdc 50%, #d2d2d2 51%, #c8c8c8 100%) !important;
    background: -ms-linear-gradient(top, #f0f0f0 0%, #dcdcdc 50%, #d2d2d2 51%, #c8c8c8 100%) !important;
    background: -o-linear-gradient(top, #f0f0f0 0%, #dcdcdc 50%, #d2d2d2 51%, #c8c8c8 100%) !important;
    background: linear-gradient(top, #f0f0f0 0%, #dcdcdc 50%, #d2d2d2 51%, #c8c8c8 100%) !important;
    height: 23px;
    font-size: 12px;
    padding: 0;
}

    .FasButtonStyle:disabled {
        color: gray;
    }

    .FasButtonStyle:hover {
        background-color: #eeeeee !important;
        background: -webkit-linear-gradient(top, #d2d2d2 0%, #c8c8c8 50%, #bebebe 51%, #b4b4b4 100%) !important;
        background: -moz-linear-gradient(top, #d2d2d2 0%, #c8c8c8 50%, #bebebe 51%, #b4b4b4 100%) !important;
        background: -ms-linear-gradient(top, #d2d2d2 0%, #c8c8c8 50%, #bebebe 51%, #b4b4b4 100%) !important;
        background: -o-linear-gradient(top, #d2d2d2 0%, #c8c8c8 50%, #bebebe 51%, #b4b4b4 100%) !important;
        background: linear-gradient(top, #d2d2d2 0%, #c8c8c8 50%, #bebebe 51%, #b4b4b4 100%) !important;
    }


.FasButtonStyleDefault {
    margin-right: 5px;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}
