
div#cmt_section, div#other_section {
	background-color: white;	
	margin-left: 20px;
	width: 615px;
	text-align:center;
}

#cmt_section div#cmt_head, #cmt_section div#cmt_foot, #other_section div#other_head {
	background-color: white;
   float: left;
   width: 100%;
   display: block;
   position: relative;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px solid Gray;    		
}
#cmt_section div#cmt_foot {
	border-bottom: 0px; 
	border-top: 1px solid Silver;
}

#cmt_head .cmt_item, #cmt_foot .cmt_item, #other_head .other_item {
  position: relative;
  float: left;
  left: 100%;
  overflow: hidden;
  padding: 5px;
  padding-left:15px;
  padding-right: 20px;
  vertical-align: middle;  
}

#cmt_item1, #cmt_f_item1, #other_item1 {
  margin-left: -100%;
  width: 300px;
  text-align: left;
}
#cmt_f_item1 {
	margin-left: -600px;
}
#cmt_item1 h3, #other_item1 h3 {
  margin: 0px;
}
#cmt_item2, #cmt_f_item2 {
  margin-left: -330px;
  width: 295px;
  text-align: right;
}

.comment, .more_article {
	background-color: white;
   float: left;
   width: 100%;
   display: block;
   position: relative;
	overflow: hidden;
}

.comment .comment_text, .comment .comment_id {
  position: relative;
  float: left;
  left: 100%;
  overflow: hidden;
  vertical-align: top;  
  padding: 10px;
  font-size: 8pt;
}

.comment .comment_id { 
  margin-left: -100%;
  width: 40px;
  text-align: center;	
  font-size: 11pt;
  font-weight: bold;
  
}

.comment .comment_text {	
	margin-left: -570px;	
  	width: 570px;
  	text-align: left;
}
.comment_text h5 {
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 15px;
	padding-bottom: 0px;
	font-size: 0.9em;
	color: gray;
}

div#write_comment {
	margin: auto;
	margin-top: 10px;
	width: 80%;
	padding: 15px;
	text-align:left;
	border: 1px solid Silver;
/*	color: #f3f3f3; */
}
#write_comment h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}

#write_comment form {
	margin-left:15px;

}

#write_comment input, #write_comment textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px;	
	margin: 5px;
	color: Black;
	border: 1px solid Silver;	
}
#write_comment textarea {
	margin-left: 0px;
	width: 225px;
	height: 200px;
}
#write_comment input.auth {
	border: none;
	border-color:transparent;
	padding: 0px;
}
p#auth {
	background-color: #f3f3f3; 
	width: 190px; 
	float:right; 
	height: 300px;
	overflow: hidden;
}

