		.starOff {
			background: url(../img/siteElements/star_off.jpg) no-repeat;
		}

		.starOn {
			background: url(../img/siteElements/star.jpg) no-repeat;
		} 

		#comment_view{
			height:15px;
			width:250px;
			display:block;
			visibility:visible;
			text-align:left;
			font:Arial, Helvetica, sans-serif;
			padding-right:5px; 
			color:#75D513;
		}
		
		#comment_hide{
			height:15px;
			width:180px;
			display:none;
			visibility:hidden;
			text-align:left;
		}
		
		#viewAllComments_view{
			height:15px;
			width:100px;
			display:block;
			visibility:visible;
			text-align:center;
			float:left;
		}
		
		#viewAllComments_hide{
			height:15px;
			width:100px;
			display:none;
			visibility:hidden;
			text-align:center;
			float:left;
		}
		
		#comment{
			text-align:left;
			padding:2px;
			display:none;
			visibility:hidden;
		}		
		
		.inputMini {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight:bold;
			padding:0;
			color: #5A5A5A;
			background-color: #FFFFFF;
			background-image: url(../img/siteElements/bg-input.jpg);
			border: 1px solid #999999;
			line-height: normal;
			margin: 0px;
			height: 15px;
			width: 100px;
		}
		
		#videoCommentAndRate{
			height:25px;
			width:398px;
			margin-bottom:20px;
			float:left;
			clear:right;
		}
