#lastfm dl {
    position: relative;
    float: left;
    width: 190px;
    height: 82px;
    padding: 8px 8px 8px 60px;
    margin: 0 20px 20px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: solid 1px #CCC;
    background: #EFEFEF;
}
	#lastfm dl dt {
	    position: absolute;
	    left: 8px;
	    top: 8px;
	    width: 64px;
	    height: 64px;
	    width: 90px;
	    height: 82px;
	}
		#lastfm dl dt a {
		    position: absolute;
		    border: none;
		    top: 0;
		    left: 0;
		    width: 64px;
		    height: 64px;
		    width: 90px;
		    height: 82px;
		    z-index: 100;
		}
	#lastfm dl dd.lfm_song {
	    color: #999;
	    font-weight: bold;
	}
	#lastfm dl dd.lfm_artist, #lastfm dl dd.lfm_album { color: #999 }
#lastfm img { border: none }
#lastfm img.alb {
    position: absolute;
    height: 72px;
    width: 72px;
    top: 3px;
    left: 12px;
}
#lastfm a { border: none }
#lastfm img.lfm_overlay {
    width: 90px;
    height: 82px;
}

