 .ui-page .ui-content .ui-btn.my-btn .ui-btn-inner {
    font-family: Helvetica, Arial, sans-serif;
    font-style:normal;
    font-weight:normal;
/*    background-color: #9d2727;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6242d), to(#51050a));
    background: -moz-linear-gradient(top, #a6242d, #51050a);*/
    color: #ffffff;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+47,6d0019+100 
background: #a90329;  Old browsers 
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 47%, #6d0019 100%);  FF3.6-15 
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 47%,#6d0019 100%);  Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 47%,#6d0019 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );  IE6-9 */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc0322+0,6e0018+63 / use (ata-role="button" class="my-btn")  on  <a>*/
/* background: #bc0322; /* Old browsers */
/* background: -moz-linear-gradient(top,  #bc0322 0%, #6e0018 63%); /* FF3.6-15 */
/* background: -webkit-linear-gradient(top,  #bc0322 0%,#6e0018 63%); /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(to bottom,  #bc0322 0%,#6e0018 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0322', endColorstr='#6e0018',GradientType=0 ); /* IE6-9 */



/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d0019+11,e20408+50,a90329+86 
background: #6d0019;  Old browsers 
background: -moz-linear-gradient(left,  #6d0019 11%, #e20408 50%, #a90329 86%);  FF3.6-15 
background: -webkit-linear-gradient(left,  #6d0019 11%,#e20408 50%,#a90329 86%);  Chrome10-25,Safari5.1-6 
background: linear-gradient(to right,  #6d0019 11%,#e20408 50%,#a90329 86%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=1 );  IE6-9 */
}
.ui-btn-up-r {
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid #000000;
    background: #660000;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    background-image: -moz-linear-gradient(top,  #660000 0%, #8d0808 63%);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #660000), color-stop(1, #8d0808));
    /*background: linear-gradient(to right,  #6d0019 11%,#e20408 50%,#a90329 86%);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#660000', EndColorStr='#8d0808')";
}
.ui-btn-up-r a.ui-link-inherit {
    color: #fff;
}
.ui-btn-hover-r {
    border: 1px solid #6E0000;
    background: #B64B4B;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    background-image: -moz-linear-gradient(top,#D47272, #B64B4B);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #D47272), color-stop(1, #B64B4B));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#D47272', EndColorStr='#B64B4B')";
}
.ui-btn-hover-r a.ui-link-inherit {
    color: #fff;
}
.ui-btn-down-r {
    border: 1px solid #772222;
    background: #C54E4E;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    background-image: -moz-linear-gradient(top, #9E3939, #C54E4E);
    background-image: -webkit-gradient(linear,left top,left bottom,
        color-stop(0, #9E3939),
        color-stop(1, #C54E4E));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9E3939', EndColorStr='#C54E4E')";
}
.ui-btn-down-r a.ui-link-inherit {
    color: #fff;
}
.ui-btn-up-r,
.ui-btn-hover-r,
.ui-btn-down-r {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}