
.transcription form {
	margin: 5px 0;
	padding: 0;
}

.transcription label {
	margin-left: 3px;
	padding: 0;
}

#container {
	height: 470px;
}

#transcript {
	height: 200px;
	overflow: auto;
	background: #fff;
	color: #888;
	line-height: 130%;
	margin: 0 0 5px;
	padding: 5px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
}

#transcript p {
	padding: 5px 25px 5px 5px;
	margin: 0;
	cursor: pointer;
	background: transparent url('play.png') no-repeat top right;
}

#transcript p.tsactive {
	color: #000;
	background-color: #def !important;
}

 #transcript p.tsseek {
	color: #000;
	background-color: #fec;
}

#transcript p.tsplayed {
	color: #000;
	background-color: #eef8ff !important;
}

a.seek {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	
	overflow: hidden;
}

a.seek span {
	display: none;
}

.credits {
	font-size: 11px;
	color: #999;
}

.credits a {
	color: #666;
}