#comments{
	margin: 0;
	clear:both;
}

#comments h2 {
		margin: 5px 0;
		font-size: 20px;
		color: #787878;
		font-weight: normal;
	}


#comments .comment {
	border: 0;
	border-left: 4px;
	border-top: 1px;
	border-style: solid;
	padding-top: 9px;
	padding-left: 7px;
	padding-bottom: 10px;
	margin:0;
	width: 550px;
	float: left;
	}

	#comments .comment a {
		font-size: 12px;
	}
	
	#comments .type1 {
		border-color: #9a9a9a;
		background-image: url(/pic/forum_thread_bg_1.png);
		background-color: #fdfdfd;
		background-repeat: repeat-x;
	}
	
	#comments .type2 {
		border-color: #fc9202;
		background-image: url(/pic/forum_thread_bg_2.png);
		background-color: #fffcfb;
		background-repeat: repeat-x;
	}

#comments .author {
	border-color: #9a9a9a;
	background-image: url(/pic/forum_thread_bg_1.png);
	background-color: #fdfdfd;
	background-repeat: repeat-x;
}

#comments .left {
	width: 400px;
	float: left;
}

#comments .left p {
	margin-top: 3px;
	margin-bottom: 0px;
}

#comments .right {
	float: right;
	padding-right: 7px;
}

#comments .comment p {
		margin: 0;
	}

#comments .devider {
	background-image: url(/pic/divider_fade.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 298px;
	float: left;
}


#comment input, textarea  {
	font-family: Trebuchet MS, Arial, Verdana, Sans-serif;
	font-size: 12px;
	float: left;
	clear: both;
	border: 1px solid #a5acb2;
	margin: 0 0 5px 0;
}

#comment textarea.text {
	
	height: 150px;
	width: 250px;
}

#comment input.text {
	
	width: 250px;
}
