/* player window */
div.player_container {
	width: 400px; /* width of player window */
	padding: 5px;
	color: #000;
	background: #F3F3F7; /* window background */
	border: 1px solid #ACB7C7; /* window border */
	font-size: 1.0em;
	font-weight: normal;
	
	width: auto;
	background: #fcf7df;
	border: 1px solid #b89e7c;
	white-space: nowrap;
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}

/* flash player column */
div.player span.left {
	width: 27%; /* player left column width */
	float: left;
	text-align: left;
	
	width: 100px;
}

/* song title column */
div.player span.right {
	width: 73%; /* player right column width */
	float: right;
	text-align: left;
	padding-top:3px;
	border-bottom: 1px solid #ACB7C7;
	
	width: auto;
	border: 0;
	display: block;
	float: left;
	padding-left: 10px;
}

.player .title {
	font-size: 11px;
	font-weight: normal;
	color: #3c2f1b;
	line-height: 12px;
}
