div.commentHead {
   background: #eee;
   margin-top: 15px;
   border: 1px solid #ddd;
   height: 16px;
}

div.commentBody {
   border: 1px solid #eee;
   padding: 5px;
   border-top-width: 0;
}

div.commentAuthor {
    padding-top: 2px;
}

   div.commentAuthor img {
      vertical-align: top;
   }

div.commentAdmin {
   float: right;
   padding-right: 2px;
   word-spacing: -2px;
   display: inline;
}

   div.commentAdmin form {
      display: none;
      height: 16px;
   }

   div.commentAdmin span {
      display: none;
   }