#music-list{
	width: 475px;
	border: 1px #fff solid;
}

.music-row {
	background: #fff;
	color: #000;
	height: 70px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ccc;
}

.music-row-image{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
	margin: 10px;
	text-align: center;	
	float: left;
}

.music-row-image img{
	display: inline;
}

.music-row-desc{
	width: 170px;
	float: left;
	overflow: hidden;
	margin: 10px;
}

.music-row-song{
	font-weight: bolder;
}

.music-row-band a{
	font-style: italic;
	color: #777;
}

.music-row-band a:hover{
	font-style: italic;
	color: #000;
}

.music-row-song{
	
}

.music-row-help{
	float: left;
	width: 16px;
	margin: 20px 0px;
}

.music-row-rating{
	float: left;
	margin: 20px 10px;
	font-size: 12px;
	width: 80px;
	text-align: center;
}

.music-row-player{
	float: left;
	margin: 20px 10px;
}

#band-image {
	padding: 10px;
	float: left;
}

#band-info {
	float: left;
	padding-top: 10px;
}

#band-title {
	font-size: 130%;
	font-weight: bolder;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#band-profile {
	margin-bottom: 10px;
}

.band-item {
	display: inline;
	text-align: center;
	margin: 5px;
	width: 100px;
	padding: 5px;
	height: 110px;
	overflow: hidden;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	float: left;
}

.band-item a {
	color: #000;
}

.band-preview {
	height: 50px;
}

.band-preview img {
	display: inline;
}

.comment-user {
	float: left;
}

.comment-desc {
	float: left;
}

.message-form{
	background: #fff;
	border: 2px solid #000;
	color: #000;
	padding: 10px;
	z-index: 15;
}

