#discussion_post div.header {
	margin-bottom: 8px;
}

#discussion_post div.header h2,
#discussion_post div.header h3 {
	font-family: Verdana;
	font-size: 85%;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 0;
}

#discussion_post #back {
	float: right;
	margin-top: 11px;
	background: url(../images/arrow-left.png) no-repeat left center transparent;
	padding-left: 12px;
	font-family: Verdana;
	font-size: 85%;
	color: #0094d3;
	text-decoration: none;
}

#discussion_post #back:hover {
	text-decoration: underline;
}

#soundplayer {
	float: right;
	width: 170px;
	height: 90px;
	background: url(../images/audio_player-background.png);
}

#sound_clip {
	display: block;
	width: 105px;
	height: 22px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 5px;
}

a.play {
	background-image: url(../images/play.png);
}

a.stop {
	background-image: url(../images/stop.png);
}

#discussion_post div.comment {
	padding-left: 17px;
	padding-top: 12px;
	border-top: 1px dashed #999999;
	background: url(../images/comment-background.png) top left no-repeat transparent;
}