@charset "utf-8";
/* CSS Document */

body {
	background: none;
	background-color: transparent;
}
#player_container {
	position: relative;
	width: 199px;
	height: 17px;
	background: url(/img/gfx/grey_alpha70.png) repeat;
	border: solid 2px #666;
	border-right: solid 1px #999;
	overflow: hidden;
}
#contact {
	padding: 1px 23px 4px 4px;
}


.playlist_btn {
	position: absolute;
	top: 0px; 
	right: 0px;
	z-index: 10;
	width: 17px;
	height: 17px;
	overflow: hidden;
}
.playlist_btn a {
	display: block;
	padding: 5px;
}

