@charset "utf-8";
.musicForTheMasses {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}
.sidebar {
	background-color: #339999;
}
.popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #6699FF;
	visibility: hidden;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #6666FF;
	border-right-color: #6666FF;
	border-bottom-color: #6666FF;
	border-left-color: #6666FF;
	height: auto;
	width: auto;
	position: absolute;
	z-index: 5;
}

