@charset "utf-8";
.gwbtn, .threedbtn
{
    display: inline-block;
    margin-right: 15px;
    width: 102px;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    background: url(btn.png) no-repeat;
    font-size: 14px;
}
.gwbtn
{
    background-position: -105px -310px;
}
.threedbtn
{
    background-position: 0 -310px;
}
a.gwbtn:hover, a.gwbtn:active, a.threedbtn:hover, a.threedbtn:active
{
    color: white;
}