/* CSS Document */
#mp3player {
	position: fixed;
	top: 91px;
	left: 800px;
	z-index: 500;
	background-color: #FF6600;
	width: 200px;
	height: 68px;
}
#mp3player_player {
	width: 200px;
	height: 28px;
}
#mp3player_tools {
	width: 200px;
	height: 40px;
}


