.comment
{ font-size:12px;
}
.comment .title
{ margin-bottom:5px;
  color:#363B43;
  font-size:14px;
  font-weight:bold;
}

.comment .subtitle
{ margin-bottom:5px;
  font-size:14px;
  font-weight:bold;
  color: #7D848D;
}

.comments_form textarea
{
  border:1px solid #ccc;
  font-family:Tahoma, sans-serif;
  font-size:12px;
  margin-bottom:5px;
  padding:5px;
}

.comments_form .button
{
  background:#fff; /* this has been done for comment form background*/
  float:right;
  width:110px;
  /* border: 0px; */
}
.comment .striped
{
 background:transparent url(/images/diagonal_stripes.gif) repeat scroll 0 0;
 padding:10px 15px 30px 15px;   
}
.comment .nonstriped{
 width: 507px;
 padding:10px 15px 30px 0px;    
}

.comment .image { float:left; }
.comment .main { float:left; margin-left:10px; margin-bottom:10px; width:100%}

.comment .delete_comment{
  font-weight:bold;
  color: #7D848D;
}
.comment .author {
margin-bottom:5px;
padding-top:5px;
}

.comment .author a{ 
  color: #363B43;
  font-weight: bold;
  border-bottom: 0px;
}
.comment .comment_commands a{ 
  color: #363B43;
  font-weight: bold;
  border-bottom: 0px;
}
.comment .age {
font-size: 12px;
font-style: italic;
color:#999999;
}
.comment .child_author
{margin: 5px 0px 0px 10px;}
.comment .child_author a {
color: #363B43;
font-weight: bold;
}
.comment .child_age {
margin: 3px 0px 0px 40px;
font-size: 12px;
font-style: italic;
color:#999999;
}
.comment .child_body {
margin: 3px 0px 0px 10px;
}

.commentor_img {
 height: 100%; 
 width:  40px; 
 float: left; 
}

.comment img {
 padding: 0px 5px 0px 0px
}

.comment .main_comment_thread {
   min-height: 50px;
   padding: 0 0 0 60px;
}
.comment .delete_comment{width:24px;padding-left:15px;}
.comment .thumb_up_down{
  color:#7D848D; 
  margin: 0 0 0 0px;
}
.comment .comment_commands{
 float:right;
 }
#comments-cont {
width:602px;
}
/* This class for comment form text area and its bacground*/
.comments-feed{background:#eeeeee;padding-left:15px;padding-bottom:70px;padding-top:40px;}
