/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div#feelmeter div.rating{cursor:pointer;margin:2em;clear:both;display:block;}
div#feelmeter div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div#feelmeter div.star{float:left;width:auto;height:15px;text-indent:0em;cursor:pointer;display:block;background:transparent;overflow:hidden;text-align:left;}
div#feelmeter div.star,div#feelmeter div.star a{background:url() no-repeat 0 0px; color:#ddd;  }
div#feelmeter div.star a{height:100%;padding:1px 3px 0 5px; border-right:1px solid #ddd;}
div#feelmeter div.star_on a{color:#222;background:url(../images/fom-select.gif) repeat-x!important}
div#feelmeter div.star_hover a,div#feelmeter div.star_live a:hover{color:#222;background:url(../images/fom-select.gif) repeat-x;}
/* Read Only CSS */
div#feelmeter div.star_readonly a,div#feelmeter div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div#feelmeter div.star{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

div#feelmeter .r1{width:40px;display:block;}
/*Rating - Feel-O-Meter*/
div#feelmeter{
	background:url(../images/fom1.gif) no-repeat;
	width:200px;
	height:46px;
	color:#fff;
}
div#feelmeter h5.emotitle{
	font-size:10px;
	padding:0px 0 0 8px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	text-align:left;
}
#form2{ 
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#form2 div.rates{
	margin-left:10px;
	margin-top:-1px;
}