@charset "utf-8";
/* CSS Document */
.radio{
	width:240px;
	height:225px;
	display:block;
}
.radio .openplayer{
	display:inline-block;
	border-right:5px;
	float:left;
	cursor:pointer;
}
.radio #pj_display{
	display:inline-block;
	border:solid 5px #000;
	width:128px;
	height:96px;
	float:left;
}
.radio #player{
	display:none;
}
.radio .data{
	display:inline-block;
	width:236px;
	height:20px;
	float:left;
	background-color:#d8dfea;
	border:solid 1px #B9C6D9;
	margin:1px 0px 1px 0px;
	font-size:12px;
	color:#374A66;
	font-family:Verdana, Geneva, sans-serif;
	display: inline-block;
	overflow:hidden;
}
.radio .data span{
	font-size:12px;
	color:#374A66;
	font-family:Verdana, Geneva, sans-serif;
	display: inline-block;
	overflow:hidden;
}
#currentsong{
	width:155px;
	height:22px;
}
#artist{
	width:190px;
	height:22px;
}
#pj{
	width:205px;
	height:22px;
	
}
.boldtext{
	font-weight:bold;
}
.radio #serverdown{
	display:none;
}
.center{
	text-align:center;
}

