﻿.s1
{
/* width:20px; */
width:31px;
margin:2px;
height:31px;
float:left;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(../images/s1_big.png);
}
.s2
{
/* width:20px; */
width:31px;
height:31px;
float:left;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(../images/s2_big.png);
}
.s3
{
/* width:20px; */
width:31px;
margin:2px;
height:31px;
float:left;
cursor:pointer;
background-repeat:no-repeat;
background-image:url(../images/s3_big.png);
} 

#Stars
{
width:180px;
margin:2px;
height:25px;
float:right;
}

.10Star
{
    width:250px;
}
 

#Result
{
width:200px;
margin:5px;
height:20px;
padding-top:13px;
float:right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
text-align: right;
} 