/* PBNpure.com */


body                {font-family: Helvetica, Arial, sans-serif;  margin: 0;  background-color: white;}


a, img              {border: none;}

#nowplaying         {
	position: absolute;
	left: 123px;
	top: 451px;
	width: 306px;
	height: 90px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #777;
	line-height: 1.6;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 0 12px;
	white-space: nowrap;
	overflow: hidden;
}

#nowplaying span    { color:black; }
#nowplaying .prompt { float: left;  width: 45px;  clear: left;  color: #777;}
#nowplaying .text   { width: 225px;  overflow: hidden;}
#nowplaying .image  { position: absolute;  top: 5px;  right: 8px; width: 77px;  height: 77px;  border: 1px dotted #ccc;  background-color: #e5e5e5;}
#nowplaying img     { width: 77px;  height: 77px;}
