#player {
	position:absolute;
	top:-1000px;
	left:-1000px;
	width:1px;
	height:1px;
	color:#000000;
	background-color:#000000;
}

#playerButtons {
	position:absolute;
	top:7px;
	left:410px;
	width:69px;
	height:20px;
	font-family: Verdana, Arial, sans-serif;
	font-size:9px;
}

#btnPlayStop {
	font-family : verdana;
}
#btnNext {
	font-family : verdana;
}
#playerMessage {
	position:absolute;
	top: 3px;
	left: 475px;
	width: 100px;
	height: 9px;
	font-family: arial,helvetica,verdana;
	font-size: 9px;
	color: #999999;
}
#songTitle {
	position:absolute;
	top: 13px;
	left: 475px;
	width: 100px;
	height: 10px;
	font-family: arial,helvetica,verdana;
	font-size: 9px;
	color: #999999;
}
