﻿
        * {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        a, img {
            border: 0;
            text-decoration: none;
        }
        /*今日签到*/
        .singer {
       float:left;
            margin: 0px auto;position:absolute; right:10px; top:2px; 
        }

        .singer_l_cont, .singer_r_img {
            float: left;
        }

.singer_l_cont {
           width: 99px;
    background: url(../images/sing_per.gif) no-repeat left 11px;
    text-indent: 23px;
    font-size: 12px;
}

        .singer_r_img {
            display: block;
            width: 99px;
            height:30px;
            background: url(../images/sing_week.gif) 0px 0px no-repeat;
            vertical-align: middle;
            float:left;
            *margin-bottom: -10px;
        }

            .singer_r_img:hover {
                opacity:0.9;
                text-decoration: none;
            }

            .singer_r_img span {
                margin-left: 12px;
                font-size: 12px;
                font-family: 'Hiragino Sans GB','Microsoft YaHei',sans-serif !important;
                font-weight: 700; line-height:36px;
                color: #165379; width:55px; text-align:center;
            }

            .singer_r_img.current {
                background: url(../images/sing_sing.gif) no-repeat 0 2px;
            }
