@charset "UTF-8";

/*遠端修改用*/

.i2Style {
            font: 24px Georgia, serif;
            font-family: 微軟正黑體;
            font-style: normal;
            color: #ffffff;
            /*background: #5FA503; */
            background:#B09F83 url(../img/bg-03.jpg);
            border: 3px solid #ffffff;
            text-shadow: 0px 0px 0px #222222;
            box-shadow: 0px 0px 0px #000000;
            -moz-box-shadow: 0px 0px 0px #000000;
            -webkit-box-shadow: 0px 0px 0px #000000;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            /*width:73px;*/
            padding: 20px 43px;
            cursor: pointer;
            margin: 0 auto;
            text-align: center;
        }

.hr-success {
    background-image: -webkit-linear-gradient(left, rgba(177,160,132,.8), rgba(177,160,132,.6), rgba(0,0,0,0));
}

