* html{
margin:0;
padding:0;
}
body{
	margin:0;
	padding:0;
	font-family:Arial;
	color:white;
	font-size:11px;
	background:url('../images/player/background_player.jpg') #277fb6;
}
a{
	color:#a8cbe2;
	text-decoration:none;
}
a:hover{
	color:white;
	text-decoration:underline;
	opacity:.9;
}
a img {
	border:none;
}
.tooltip{
position:absolute;
visibility:hidden;
border: 1px solid grey;
-moz-border-radius:6px;
overflow: hidden;
padding:6px;
font-family: Verdana, Arial;
font-size: 10px;
color:white;
background-color:black;
border:1px solid black;
opacity:0.6;
-moz-opacity:0.6;
-khtml-opacity:0.6;
filter:alpha(opacity=60);
z-index:99;
}
#body{
	width:641px;
	height:384px;
	overflow:hidden;
	background:url('../images/player/background_player.jpg') no-repeat #277fb6;
}
#wmpplay{
	position:absolute;
	top:32px;
	left:327px;
}
#playlist_player{
	position:absolute;
	top:200px;
	left:14px;
	width: 301px;
	height: 105px;
}
#nowplaying_player{
	position:absolute;
	top:119px;
	left:15px;
	width:232px;
	line-height:24px;
	letter-spacing:1px;
	font-size:18px;
	text-align:center;
	height: 40px;
}
#players{
	position:absolute;
	top:289px;
	width:550px;
	height:58px;
	opacity:.6;


*filter:alpha(opacity=60);
	background:white;
}
#players_txt{
	position:absolute;
	top:320px;
	width:307px;
	height:48px;
	padding-top:3px;
	text-align:center;
	color:white;
	line-height:22px;
	left: 150px;
}
#mentions{
	position:absolute;
	left:328px;
	margin-top:6px;
	width:154px;
	text-align:right;
	top: 33px;
}
.tdi{
	background:url('../images/global_site/white_opac_25.png');
}
