@import url("main.css");




#comments-content-container {
	position:relative;
	width:864px;
	height:auto;
	margin:0px;
	padding:0px;
	color:#cdd6cd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}



#comments-content-container .comment-single {
	display:block;
	margin:25px 0px 25px 0px;;
	font-size:16px;
	font-weight:normal;
}

#comments-content-container h2 { 
	font-size:16px;
	margin:5px;
	font-weight:normal;
}

.comment-divider { 
	width:864px;
	height:2px;
	background-image:url(../images/common/divider.jpg);
	background-repeat:repeat-x;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:30px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	
}



#comments-image-container {
	position:relative;
	width:864px;
	height:176px;
	margin:0px;
	padding:0px;
	color:#cdd6cd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}


#comment-image01 {
	float:left;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
	width:278px;
	height:156px;
}

#comment-image02 {
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
	width:268px;
	height:156px;
}

#comment-image03 {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
	width:278px;
	height:156px;
}

