.rater
{
	float:left;
	cursor: pointer;
	width:65px;
	z-index:10;
}

.rater2
{
	float:left;
	width:65px;
	z-index:10;
}

.rater3
{
	width:65px;
	z-index:10;
}

span.mouseOn
{
    display:block;
    float:left;
    background-image:url('../img/gSelected.gif');
    width:13px;
    height:13px;
}

span.mouseOff
{
    display:block;
    float:left;
    background-image:url('../img/bSelected.gif');
    width:13px;
    height:13px;
}

span.blank
{
    display:block;
    float:left;
    background-image:url('../img/blank.gif');
    width:13px;
    height:13px;
}

div.clear
{
    clear:both;
}

