div#notes {
	background-color: #fff;
	padding: 10px;
}
div#notes .notes-content {

}
div#notes .nav {
	padding: 5px;
}


#notelist a{
	color:#a40000;
}
#notelist a:hover{
	text-decoration: underline;
}
.notelist h4 {
	height: 25px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#069;
}
div#notes .notelist h4.reply{
	font-size:12px;
	}
div#notes .notelist h4 a{
	color:#069;
}
div#notes .notelist span.meta {
	display: block;
	padding: 0 3px;
	height: 20px;
	line-height: 20px;
	color:#999;
	font-size:9px;
}
div#notes .notelist span.meta em {
	float: right;
	font-style: normal;
}
div#notes .notelist p {
	line-height: 18px;
	padding: 5px 0;
}
div#notes .notelist div.user {
	float: left;
	display: inline;
	margin: 5px 10px 5px 0;
}
div#notes .notelist .text {
	line-height: 22px;
	padding: 5px;
}

#topicWrap{

	width:600px;
	margin:0 auto;
	padding-top:20px;
}
.cBox{
	background-color:#fff;
	border:1px solid #cecece;
	padding:10px;
	border-width:1px 2px 2px 1px;
}
#topicTitle{
	font-size: 19px;
	font-weight: bold;
	color:#900;
	padding: 5px 0;
	text-align:center;
}
.line_dot {
border-bottom:1px dashed #CECECE;
height:0;
overflow:hidden;
width:100%;
margin-top:0.75em;
}
#topicMeta{
	padding: 10px 15px 0 15px;
	text-align:center;
}

