.playlist_name
{
	width: 150px;
	font-weight: bold;
	border: 1px solid #3366cc;
	padding: 2px;
	font-size: 12px;
}
.streaming_controls
{
	font-size: 14px;
}
.streaming_controls .label
{
	width: 150px;
	font-size: 12px;
}
.line
{
	border-top: 1px solid #d5d5d5;
	color: #d5d5d5;
}

.url
{
	font-weight: bold;
	font-size: 9px;
}

.copy_old
{
	border-bottom: 2px solid yellow;
}

.settings_body
{

}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #3366cc;
	background-color: #d5ddf3;
	padding: 5px;
	opacity: 0.85;
	font-size: 13px;
	cursor: pointer;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.fancy {
	border: none;
	width: 210px;
	padding:20px;
	opacity: 0.9;
	background: url('http://static2.bluetunes.net/images/tip.png');
	padding-top: 5em;
	height: 100px;
	cursor: pointer;
}
#tooltip.fancy.viewport-right {
	
	border: none;
	width: 210px;
	padding:20px;
	opacity: 0.9;
	background: url('http://static2.bluetunes.net/images/tip-reverse.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-bottom {
	
	border: none;
	width: 210px;
	padding:20px;
	opacity: 0.9;
	background: url('http://static2.bluetunes.net/images/tip_updown.png');
	padding-top: 2em;
	height: 125px;
}
#tooltip.fancy.viewport-right.viewport-bottom {
	
	border: none;
	width: 210px;
	padding:20px;
	opacity: 0.9;
	background: url('http://static2.bluetunes.net/images/tip-reverse_updown.png');
	padding-top: 2em;
	height: 125px;
}

/* home page */
#tooltip.home_tip {
	background-color: #faffdd;
	color: #333;
	
	border: 1px solid yellow;
	width: 400px;
	padding:20px;
	opacity: 0.8;
	cursor: pointer;
}

