﻿
.avatar_wrapper{
  background:transparent url(../Images/CommentItem/ProfilePage_comments_picture.png) no-repeat;
  width: 85px;
  height: 87px;
}

.comment_body_top{
  background:transparent url(../Images/CommentItem/ProfilePage_comments_top.png) no-repeat;
  width: 788px;
  height: 17px;
}

.comment_body_center{
  background:transparent url(../Images/CommentItem/ProfilePage_comments_content.png) repeat-y;
  /*width: 788px;*/
  padding-left: 10px;
  padding-right: 5px;
}

.comment_body_bottom{
  background:transparent url(../Images/CommentItem/ProfilePage_comments_bottom.png) no-repeat;
  width: 788px;
  height: 7px;
}

.comment_body_wrapper{
width:768px;
}

.comment_body_content{
  background-color: #FFFFFF;
  color: #964810;
}

.user_avatar_image {
position: relative;
top:6px;
left:1px;
}