#calificacion{
color:red;
}

.star{
background:transparent url(star.gif) no-repeat scroll 0 0;
height:16px;
width:17px;
cursor:pointer;
display:block;	
float:left;
}

.over{
background:transparent url(star.gif) no-repeat scroll 0 -32px;
}

.selected{
background:transparent url(star.gif) no-repeat scroll 0 -16px;
}

.mensaje{
color:SaddleBrown;
font-family:Trebuchet MS;
font-size:14px;
}

.gris{
background:transparent url(star.gif) no-repeat scroll 0 0;
height:16px;
width:17px;
display:block;
float:left;
}

.amarilla{
background:transparent url(star.gif) no-repeat scroll 0 -32px;
height:16px;
width:17px;
display:block;
float:left;
}
