@charset "utf-8";
/* CSS Document */

.buttongo {
    width:100%;
    margin:13px 0 0;
    overflow:hidden;
}
.buttongo a {
    float:left;
    cursor:pointer;
}
.buttongo a:hover {text-decoration:none}
.buttongo a span {
    float:left;
    font:11px/24px Arial, Helvetica, sans-serif;
    color:#fff;
    background:url(../images/btn1-bg.png) no-repeat;
    padding:0 0 2px 11px;
}
.buttongo a em {
    float:left;
    background:url(../images/btn1-span.png) no-repeat;
    width:29px;
    height:26px;
    text-indent:-9999px;
    overflow:hidden;
}