@charset "utf-8";
/*文章投票（打分）开始*/
#Rating {
text-align:left;
padding:10px;
margin: 0 0 10px 150px;
overflow: auto;
}
* html{height: 1%}
#Star {
    background-image: url(star.gif);
    height: 20px;
    width: 100px;
    float: left;
}
#Star-Cur {
    background-image: url(star.gif);
    background-position:0 -40px;
    width: 0px;
    position: absolute;
    z-index: 11;
    height: 20px;
}
#Star1 {
    position: absolute;
    z-index: 20;
    height: 20px;
    width: 20px;
}
#Star2 {
    position: absolute;
    z-index: 19;
    height: 20px;
    width: 40px;
}
#Star3 {
    position: absolute;
    z-index: 18;
    height: 20px;
    width: 60px;
}
#Star4 {
    position: absolute;
    z-index: 17;
    height: 20px;
    width: 80px;
}
#Star5 {
    position: absolute;
    z-index: 16;
    height: 20px;
    width: 100px;
}
#Star1:hover, #Star2:hover, #Star3:hover, #Star4:hover, #Star5:hover {
    background-image: url(star.gif);
    background-position:0 -20px;
}
#Score {
    line-height: 20px;
    text-align: center;
    float: left;
    width: 250px;
}

#Rating-show{    /*文章得分及投票次数*/

}
Rating-now{    /*正在投票,请稍候*/
    color: #FF0000;    
}
#Rating-Tanks {    /*投票成功,感谢您的投票*/
    color:Green;
    font-weight: bold;    
}
#Rating-already{    /*已投过票*/
    color:red;
    font-weight: bold;    
}
#Rating-err{    /*遇到错误*/
    color:red;
    font-weight: bold;    
}
/*文章投票（打分）结束*/


