.popup {
	background: url(../img/bkLyricsBtm.gif) bottom left no-repeat #000000;
	position: absolute;
	padding-bottom: 3px;
	width: 412px;
	z-index: 6;
	top: 40px;
	display: none;
}

.popup .hdr {
	background: url(../img/bkLyricsTop.gif);
	padding: 4px 10px 6px 18px
}

.popup .hdr h3 {
	font-size: 137%;
	float: left;
	width: 262px;
	margin: 0px;
}

.popup .hdr p {
	text-align: right;
	padding-top: 6px;
	margin: 0px;
	float: right;
}

.popup .hdr p a {
	background: url(../img/iconCross.gif) center right no-repeat;
	padding-right: 20px;
	font-weight: bold;
	color: #666666;
}

.popup .popupBody {
	border-right: solid #a2a2a2 6px;
	border-left: solid #a2a2a2 6px;
	padding: 13px;
}

.popup .popupBody p {
	margin-bottom: 0px;
	padding-bottom: 1.1em;
}


