.rapStar{
	color:white;
	cursor:pointer;	
	font-size:26px;
	position:relative;
	text-shadow: 0 0 1px black;
	margin:0px auto;
	display:table;
	clear:both;
	line-height: normal;
}	

.rapStarFront{
	top:0px;
	color:yellow;
	display:block;
	overflow:hidden;
	position:absolute;		
	z-index:1;
}	

.rapStarDisable{
	cursor:default;	
}