.mixtape-left {
	display: inline;
	float: left;
	width: 248px;
}
.mixtape-right {
	display: inline;
	float: left;
	width: 480px;
}
.mixtape-left-pane {
	width: 160px;
	background-color: #f5f5f5;
	margin-left: 45px;
	padding: 15px 0;
	margin-top: 10px;
}
.mixtape-cover {
	margin: 0 auto;
	width: 125px;
	height: 125px;
	border: 1px solid #888888;
}
.mixtape-cover-link {
	text-align: center;
}
.score-container {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
.score-vote {
	width: 75px;
	margin: 0 auto;
	font-size: 10px;
	color: #727272;
	text-align: center;
	height: 40px;
}
#vote-up {
	float: left;
	display: block;
	height: 27px;
	width: 27px;
	background: url('http://images.livemixtapes.com/vub.png') no-repeat center top;
	text-decoration: none;
}
#vote-up:hover {
	background-position: 0 -27px;
}
#vote-down {
	float: right;
	display: block;
	height: 27px;
	width: 27px;
	background: url('http://images.livemixtapes.com/vdb.png') no-repeat center top;
	text-decoration: none;
}
#vote-down:hover {
	background-position: 0 -27px;
}
.mixtape-views {
	font-size: 10px;
	text-align: center;
	color: #727272;
	line-height: 15px;
}
.mixtape-social {
	width: 75px;
	margin: 10px auto 0;
}
.track-container {
	width: 100%;
	margin-left: 10px;
}
.track-check {
	display: inline;
	float: left;
	padding-top: 2px;
}
.track-title {
	display: inline;
	float: left;
	width: 440px;
	padding: 4px 0 5px 4px;
}
.track-td {
	padding-left: 19px;
	text-indent: -19px;
	line-height: 16px;
}
.track-select-links {
	margin: 10px 0 0 10px;
}
.track-selected {
	margin-top: 10px;
}
.button {
	border: 1px solid rgb(127, 157, 185);
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #000066;
	color: #fff;
}
.mixtape-link {
	height: 30px;
}
.mixtape-link-label {
	display: inline;
	float: left; 
	width: 30px;
	font-weight: bold; 
	padding-top: 3px;
}
.mixtape-link input {
	width: 410px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
.mixtape-desc {
	margin: 10px 0 10px 0;
}
.comment-header {
	margin-top: 30px;
	height: 30px;
}
.comment {
	background-color: #f0f0f0;
	padding: 10px;
	width: 450px;
	margin-bottom: 15px;
	overflow: hidden;
}
.comment-add div {
	font-weight: bold;
	margin-bottom: 5px;
}
textarea {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
#favlink {
	display: block;
	width: 130px;
	height: 17px;
	background: url(http://images.livemixtapes.com/favbtn.png) no-repeat;
	background-position: 0 0;
	padding-top: 3px;
	text-indent: 22px;
	text-align: center;
	font: 11px Tahoma;
	text-decoration: none;
	color: #444444;
	outline: 0 none;
	margin: 4px auto;
}
#favlink:active {
	background-position: 0 -30px !important;
}
