﻿.s1
{
width:16px;
margin:2px;
height:20px;
float:left;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(../images/star1.png);
}
.s2
{
width:16px;
margin:2px;
height:20px;
float:left;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(../images/star2.png);
}
.s3
{
width:16px;
margin:2px;
height:20px;
float:left;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(../images/star1.png);
} 

#Stars
{
width:110px;
margin:2px;
height:25px;
float:left;
}

.10Star
{
    width:250px;
}
 

#Result
{
width:125px;
margin:2px;
height:20px;
padding-top:10px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
} 