#forum .new_forum_post .posttype {
	padding: 0 0 15px 0;
}

#forum .new_forum_post .posttype p {
	padding: 0 0 5px 0;
}

#forum .new_forum_post .posttype input.textfield,
#forum .new_forum_post .posttype textarea.textfield {
	width: 498px;
}

#forum .forum_post .bubble {
	margin: 20px 0;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fafafa;
	padding: 10px;
}

#forum .forum_post .title {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
}

#forum .forum_post .title a {
	display: block;
}

#forum .forum_post .wrote {
	padding-bottom: 10px;
}

#forum .forum_post .wrote {
	color: #888;
}

#forum .forum_post .wrote .sign {
	color: #222;
	font-weight: bold;
}

#forum .forum_post .signature,
#forum .forum_post .timestamp {
	line-height: 150%;
}

#forum .forum_post .timestamp {
	padding-bottom: 10px;
}

#forum .forum_post .post {
	padding: 10px 0 5px 0;
	line-height: 150%;
	border-top: 1px solid #dadada;
}

#forum .forum_post a.answerto {
	float:right;
	font-weight: normal;
	margin-left:2px;
	background:#fff;
	border:1px solid #aaa;
	border-radius: 5px;
	padding: 2px 4px 3px 4px;
}

ul.nested-comments li {
	margin: 0 0.3em;
}

ul.nested-comments li ul li {
	margin-left: 3em;
}

ul.nested-comments li ul {
	border-left: 1px solid #999;
	position: relative;
}

ul.nested-comments li ul::before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #999;
	width: 2em;
	top: 2em;
}