/* CSS Document */
#musicbox {
	width: 408px;
	height: auto;
}
#image {
	float: left;
	width: 140px;
	height: auto;
	padding-top: 10px;
}
#songs {
	float: left;
	width: 248px;
	height: auto;
	padding-left: 20px;
}
#linediv {
	width: 408px;
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 10px;
	margin-bottom: 20px;
}
