

FIELDSET {

	border:1px #EBE8E0 solid;

	padding:3px 3px 3px 3px;

}



.hide {

	font-weight:bold; 

	font-size:10px;

	text-align:center;

        padding:3px 4px 3px 4px;

	border:1px #C6BC9D solid;

}

.star-rating{ position:relative; list-style:none;  margin: 0px; padding:0px; width: 100px;
				height: 20px; background: url('../images/starOff.gif') top left repeat-x; }
.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		width:20px;
		height: 18px;
		text-decoration: none;
		z-index: 10;
		position: absolute;
		text-decoration : none !important;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url('../images/starOn.gif') left center;
		text-decoration : none !important;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{left: 0px;}
	.star-rating a.one-star:hover{width:20px;}
	.star-rating a.two-stars{left:20px;}
	.star-rating a.two-stars:hover{width: 40px;}
	.star-rating a.three-stars{left: 40px;}
	.star-rating a.three-stars:hover{width: 60px;}
	.star-rating a.four-stars{left: 60px;}	
	.star-rating a.four-stars:hover{width: 80px;}
	.star-rating a.five-stars{left: 80px;}
	.star-rating a.five-stars:hover{width: 100px;}

	.current-rating{
		background: url('../images/starVote.gif') left bottom;
		position: relative;
		height: 18px;

		z-index: 1;
	}		


