#jcomments {
  color: #52616F;
  text-align: left;
}
#jcomments h2 {
  font-size: 16px;
  font-weight: bold;
}
#jcomments-list {
  text-align: left;
  margin: 0px auto;
}
#jcomments-form {
  
}
div.jcomments-items {
  line-height:130%;
  margin: 5px;
  border-top: 5px solid #D3ECFF;
}
.jcomments-item-date {
  color: #8DA2B4;
}
.jcomments-item-intro {
  color: #659EB9;
}
.jcomments-item-message {
  color: #52616F;
}
.jcomments-item-postno {
  float: left;
  background: transparent url(img/icon_comment.gif) no-repeat scroll 5% 5%;
  width: 40px;
  height: 25px;
  color: #52616F;
  font-size:180%;
  border: 1px solid #D3ECFF;
  text-align: center;
  padding: 5px;
  margin-right: 10px;
}
#jcomments dt {
  width: 80px;
  float: left;
}
.input {
  background: #D3ECFF;
  width: 300px;
  border: 1px solid white;
}
.textarea {
  background: #D3ECFF;
  width: 300px;
  height:  50px;
  border: 1px solid white;
}