﻿.i8Form{border:0px solid #ccc;
    background-color:#fff;
    background-image:url(images/rating/i8.jpg);
    background-repeat: no-repeat; 
    background-position: top right;
    padding:0px;
    padding-top:15px;
    position:relative;} 

.i8Form div.sectionSubTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #b22222;
    font-family: Arial;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background:#f5f5f5;
}
    
.i8HeaderRow{min-height:20px;
    border-bottom:1px solid #ccc;
    position:relative;
    background:#b22222;
    color:#fff;} 
    
.i8Row{min-height:50px;
    border-bottom:1px solid #ccc;
    position:relative;
    background:#fff;}

.i8AltRow{min-height:50px;
    border-bottom:1px solid #ccc;
    position:relative;
    background:#f5f5f5;}
    
.i8Question{margin-left:5px; 
    width:220px;
    position:relative;
    float:left;
    font-size:11px;
    line-height:normal;
    padding-top:25px;}
    
.i8QuestionHeader{margin-left:5px; 
    width:220px;
    position:relative;
    float:left;
    font-size:11px;
    line-height:normal;}   
    
.i8Select{margin-left:10px;
    position:relative;
    float:left;}  
    
.i8SelectHeader{margin-left:10px;
    position:relative;
    float:left;
    font-size:10px; 
    font-weight:bold; 
    margin-left:35px;}  
      
.i8Answer{float:right;
    position:relative;
    text-align:right;
    margin-right:10px;
    margin-top:35px;}      
    
.nums{text-align:center;
    width:20px;
    float:left;}


/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding: 26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/gradStick.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 14px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:hand;
}
.ratingThermometer .Filled {
    background-image: url(images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(images/rating/ratingEmpty2.png);
}
.ratingThermometer .Saved {
    background-image: url(images/rating/ratingSaved.png);
}
    
   
