body {
	font-family:Verdana;
	font-size: 0.75em;
}
*.quickbox {
	display: inline-block;
	clear: both;
}
*.songbox {
	border: 1pt dashed black;
	float: left;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	
	min-height:66px;
	height:auto;
	min-width: 300px;
	max-width: 75%;
	width: 500px;
	
	/*overflow: hidden;*/
}


*.songbox-title {
	font-weight: bold;
	float: left;
}
*.songbox-author {
	font-weight: bold;
	float: right;
}
*.songbox-desc {
	/*display: inline-block;*/
	margin-top: 5px;
	overflow: hidden;
}
*.linkbox {
	border: 1pt dashed black;
	float: left;
	margin-top: 10px;

}
*.linkbox-note {

}
*.linkbox-mp3 {

}
*.linkbox-midi {

}
