.plrExtText{
	color: white;
	font-size: 10px;
	font-weight: bold;
}

.plrExt{
	background-color:rgba(109,105,105,0.65);
	border: 3px ridge #C0C0C0;
	position: fixed;
	left:18px;
/*	right: 5px;*/
	top: 25px;
	border-radius: 5px;
	margin-left: 5px;
	display: none;
	color: #FFFFFF;
}

