#songClipPlayer {
	position: relative;
	width: 30em;
	height: 9em;
	/*border: 1px solid red;*/
	font-size: 78%;
	padding: 0.5em 2em 1em 1em;
	font-family: helvetica, arial, sans-serif;
	background-color: #fff;
	/*border: 1px dashed #954217;*/
	border: 1px dotted #79b1a4;
}
#songClipPlayer * {
	margin: 0;
	padding: 0;
	font-size: 1em;
	/*line-height: 1.2em;*/
}
#soundControl,
#songClipPlayer dt,
#songClipPlayer dd {
	height: 20px;
}
#soundControl p,
#songClipPlayer dt {
	float: right;
	width: 17em;
}
#soundControl {
	height: 20px;
}
#soundControl h3 {
	font-weight: bold;
	float: left;
	font-size: 0.9em;
	padding-top: 0.25em;
}
#soundControl p {
	height: 20px;
}
#songClipPlayer dl {
	clear: both;
	padding-top: 0;
}
#songClipPlayer dd {
	width: 12em;
	text-align: right;
	padding-top: 0;
}
#songClipPlayer br {
	display: none;
}