#BarSet
	{
	position: relative;
	height: 90px;
	}

#DeviceName
	{
	position: absolute;
	left: 39px;
	font: 11px Verdana, Arial, sans-serif;
    color: #222222;
    }

#RatingValue
	{
	position: absolute;
	top: 17px;
	width: 40px;
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
    }

#RatingBar 
	{
	position: absolute;
	top: 15px;
	left: 40px;
	}

#RatingBar tr td
	{
	height: 18px;
    }

#RatingTolerance
	{
	position: absolute;
	top: 32px;
	font: 11px Verdana, Arial, sans-serif;
    color: #777777;
	}

#Ruler
	{
	position: absolute;
	top: 34px;
	left: 39px;
	width: 305px;
	height: 17px;
	background: url(../images/ruler.png) left top no-repeat;
	}