.diamond{
    width:235px;
    height:80px;
    float:right;
    background:url(./images/member_star.png) scroll no-repeat 0 0 transparent;
    position: absolute;
    margin-top:10px;
    right:0;
    top:-15px;
}
.diamond .star01{
    position: absolute;
    width:67px;
    height:78px;
    background:url(./images/star01.png) scroll no-repeat 0 0 transparent;
    top:0;
    left:0;
}
.diamond .star02{
    position: absolute;
    width:67px;
    height:78px;
    background:url(./images/star02.png) scroll no-repeat 0 0 transparent;
    top:0;
    left:0;
}
.diamond .star03{
    position: absolute;
    width:67px;
    height:78px;
    background:url(./images/star03.png) scroll no-repeat 0 0 transparent;
    top:0;
    left:0;
}
.diamond .star04{
    position: absolute;
    width:67px;
    height:78px;
    background:url(./images/star04.png) scroll no-repeat 0 0 transparent;
    top:0;
    left:0;
}

.diamond .number{
    position: absolute;
    top:21px;
    left:177px;
    font-weight: bold;
    color:white;
}
.diamond .text{
    height:23px;
    width:150px;
    position: absolute;
    top:25px;;
    font-weight: normal;
    font-family: 微软雅黑;
    left:52px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 12px;
    color:#ae1b02;
}