@charset "utf-8";
/* CSS Document */
/*按钮*/
.butn{background:url(../img/button.gif) no-repeat right 0; height:37px; position:relative; padding:0 15px 0 12px; border:0; cursor:pointer; color:#fff; display:inline-block; text-align:center; line-height:35px; margin-left:3px; font-size:14px}
.butn i{height:37px; width:5px; background:url(../img/button.gif) no-repeat; position:absolute; left:-3px; top:0; display:block}

button.butn{}
a.butn{}
.butn:hover{text-decoration:none; color:#fff}

.butn-gray{background-position:right -38px; color:#666}
.butn-gray i{background-position:0 -38px}
.butn-gray:hover{color:#666; background-position:right -76px}
.butn-gray:hover i{color:#666; background-position:0 -76px}

.min-butn{background:url(../img/min-button.gif) no-repeat right 0; height:22px; padding:0 10px; line-height:20px; font-size:12px; padding-right:13px}
.min-butn i{height:22px; width:5px; background:url(../img/min-button.gif) no-repeat}
.min-butn-gray{background-position:right -23px; color:#666}
.min-butn-gray i{background-position:0 -23px}
.min-butn-gray:hover{color:#666; background-position:right -46px}
.min-butn-gray:hover i{color:#666; background-position:0 -46px}

.smo-butn{background:url(../img/smo-button.gif) no-repeat right 0; height:30px; padding:0 10px; padding-right:13px; line-height:27px; font-size:12px}
.smo-butn i{height:30px; width:5px; background:url(../img/smo-button.gif) no-repeat}
.smo-butn-gray{background-position:right -30px; color:#666}
.smo-butn-gray i{background-position:0 -30px}
.smo-butn-gray:hover{color:#666; background-position:right -60px}
.smo-butn-gray:hover i{color:#666; background-position:0 -60px}

.bton{background:#ffd800; border:0; border-bottom:3px solid #d09333; width:100px; height:40px; font-size:14px; font-weight:bold; font-family:"微软雅黑"; cursor:pointer; display:inline-block; text-align:center; color:#333; line-height:40px;
   -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.bton:hover{height:40px; border-width:0 0 2px; color:#333; margin:1px 0 0; text-decoration:none}