#newContent {
	position: absolute;
	bottom: 100%;
	left: 10px;
	padding: 15px;
	margin: 0 0 10px;
	border: solid 1px #ccc;
	background: #eee;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 0.9em;
}

dl.dialogue {
	font-size: 0.9em;
	margin: 15px 0 0;
	padding-top: 25px;
	border-top: solid 1px #ccc;
	clear: both;
}

dl.dialogue dt {
	width: 13em;
	clear: left;
	float: left;
	margin: 0 1em 0 0;
	padding: 1em 0 0 0;
	text-align: right;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	#overflow: visible;
	#margin-left: -13em;
	#left: 13em;
	font-weight: bold;
}

dl.dialogue dt.comment {
	/* background: url(comment.png) 0.8em 0.8em no-repeat; */
	color: #333;
	font-weight: normal;
	font-style: italic;
	padding-right: 0.5em;
}

dl.dialogue dt span {
	display: block;
	font-size: 0.8em;
	color: #999;
	line-height: 1.25em;
	padding: 0.2em 0.5em 0 0;
	font-weight: normal;
	font-style: normal;
}

dl.dialogue dd {
	text-align: left;
	vertical-align: top;
	padding: 1em 1em 1em 14em;
	margin: 0;
	border-bottom: solid 1px #eee;
	min-height: 2.5em;
	_height: 2.5em;
	#display: block;
	_position: relative;
}

dl.dialogue dd.comment {
	color: #333;
	background: url(stripe.png);
	font-style: italic;
}
