#comments {
  width: 500px;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  clear: both;
}

.videocomment {
  float: left;
  width: 500px;
  padding: 10px 0 10px 0;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #999;
  clear: both;
}

.commentinfo {
 float: left;
 width: 500px;
 color: #0086AF;
 font-size: 12px;
}

.commentbox {
 float: left;
 width: 500px;
 padding: 10px 0 0 0;
}

.videodetailcommentwrite {
  width: 500px;
  float: left;
  clear: both;
  margin: 20px 0 0 0;
}

