#videoStats {
 float: left;
 background-color: #FFFFFF;
 font-family: Arial, sans-serif;
 font-size: 11px;
 text-align: left;
 /*height: 57px;*/
 font-size: 11px;
 line-height: 14px;
 width: 400px/*110px;*/
}

#videoStats label, #videoStats span {
 float: left;
}

#videoStats label {
 font-weight: bold;
}

#videoVoti {
 font-size: 10px;
 color: #797979;
}

#videoVotiMessage, div.actionMessage {
 display: none;
 position: absolute;
 z-index: 1000;
 background-color: #FFF8E4;
 padding: 4px;
 border: 1px solid #CCCCCC;
 color: #404040;
}

#videoVisto {
 width: 35px;
}

.videoStars {
 float: left;
 background-image: url(../img/stars.png);
 background-repeat: no-repeat;
 background-position: -65px 0;
 width: 65px;
 height: 12px;
 cursor: pointer;
 margin-bottom: -2px;
 margin-right: 6px;
}
.stars0 {
 background-position: -65px 0;
}
.stars1 {
 background-position: -52px 0;
}
.stars2 {
 background-position: -39px 0;
}
.stars3 {
 background-position: -26px 0;
}
.stars4 {
 background-position: -13px 0;
}
.stars5 {
 background-position: 0 0;
}
