.comment 
{
	position: 				relative;
	margin:					3px;
	margin-top:				6px;
/*	border: 				1px solid #666; */
/*	padding:				4px 4px 4px 8px;*/
	padding:0;
	background-color:		#fff;
}
.title{
	padding:2px 0 2px 0;
	border-bottom:1px solid #aaa;
	background-color: #ccddFF;
}
.comment
{
	border: 	1px solid #aaa;
	margin-top: 			10px;
}

.comment a:hover {
	color:#f00;
}
.odd
{
	margin-left:12px;
	border:1px dashed #aaa;
	background-color: #fff;
}

.odd .title
{
	background-color: #eee;
	border-bottom:1px dashed #aaa;
}

.comment div {
	position: 				relative;
}

.comment .comment img
{
	margin: 				0px;
}

.comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
	background-image: 		url(images/bbs_m.gif);
}

.collapsed .collapseicon 
{
	background-image: 		url(images/bbs_p.gif);
}


.comment .reply {
	text-align: 			right;
	font-size: 				100%;
	padding: 				0px 6px 6px 0px;
}



input#subscribe
{
	width: auto;
}

.comment .body .leftarea
{
	padding:				0px 3px 0px 3px;
	width: 					100%;	
	overflow: 				auto;
}

.comment {
	font-size:12px;
}
.comment p{
	margin:0;
	padding:5px;
	font-size:12px;
}

.comment .title abbr
{
	border: solid #aaa;
}

.collapsed .body, .collapsed .comment
{
	display:				none;
}
/*
#addcomment small, #addcomment div
{
	padding:				3px;
}
*/
#commentform textarea {
	width: 400px;
}