 .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: #9c9ba2;*/ 

/* 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-g {
        border: 1px solid #bfbfbf;
    background: #ddd9be;
    font-weight: bold;
    font-size: x-large;
    color: #000;
    text-shadow: 0 -1px 1px #d1d1d1;
    background-image: -moz-linear-gradient(top,#e5e5e5, #ddd9be);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e5e5e5), color-stop(1, #ddd9be));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5e5e5', EndColorStr='#ddd9be')";
    
}
.ui-btn-up-g a.ui-link-inherit {
     color: #000;
}
.ui-btn-hover-g {
    border: 1px solid #cccccc;
    background: #EEE8AA;
    font-weight: bold;
    font-size: x-large;
    color: #000;
    text-shadow: 0 -1px 1px #d1d1d1;
    background-image: -moz-linear-gradient(top,  #eae6d7 0%, #EEE8AA 43%);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #eae6d7), color-stop(1, #EEE8AA));
    background: linear-gradient(to bottom,  #eae6d7 11%,#EEE8AA 66%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eae6d7', EndColorStr='#EEE8AA')";
}
.ui-btn-hover-g a.ui-link-inherit {
    color: #000;
}
.ui-btn-down-g {
    border: 1px solid #9c9ba2;
    background: #f8ed48;
    font-weight: bold;
    color: #000;
    text-shadow: 0 -1px 1px #efe5bd;
    background-image: -moz-linear-gradient(top, #efe5bd, #f8ed48);
    background-image: -webkit-gradient(linear,left top,left bottom,
        color-stop(0, #efe5bd),
        color-stop(1, #f8ed48));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#efe5bd', EndColorStr='#f8ed48')";
}
.ui-btn-down-g a.ui-link-inherit {
    color: #000;
}
.ui-btn-up-g,
.ui-btn-hover-g,
.ui-btn-down-g {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}
/*.ui-btn.ui-btn-active {
    border: 1px solid #666666;
    background: #cfcd82;
    font-weight: normal;
    color: #000;
    text-shadow: 0 -1px 1px #cfcd82;
    background-image: -moz-linear-gradient(top,  #e4e296 0%, #cfcd82 63%);
    background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #e4e296), color-stop(1, #cfcd82));
    background: linear-gradient(to right,  #6d0019 11%,#e20408 50%,#a90329 86%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e4e296', EndColorStr='#cfcd82')";
}*/
/*.ui-navbar li a:hover{
            background:red !important;
        }*/

.ui-state-disabled {
    opacity: 1.0;
}