.diamond {
	width:235px;
    height:80px;
    float:right;
    background:url(./images/member_star.png) scroll no-repeat 0 0 transparent;
    position: relative;
    margin-top:12px;
}
.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 .text {
    position:absolute;
    top:45px;
    left:72px;
	color:#AE1B02;
    font-family:΢���ź�;
    font-size:12px;
    font-weight:normal;
    height:23px;
    letter-spacing:1px;
    position:absolute;
    text-align:center;
    width:150px;
}

.number {
	position:absolute;
    left:176px;
    top:18px;
	color:#fff;
    font-weight:bold;
    font-size:19px;
}