  .comment_item {
    font-size:11px;/*new*/
    /*background-color:#f8f8f8;*/
    color:#444444;
    margin-top:1px;
    padding:5px;
    /*clear:both;*/
    float:left;
    width:100%;
  }

  .comment_item a {
    float:left;
  }

  .comment_item a img {
    border:none;
    display:block;
    width:32px;
    height:32px;
    margin-right:8px;/*new*/
  }

  .comment_item img {/*new*/
    float:left;
    border:none;
    /*display:block;*/
    width:32px;
    height:32px;
    margin-right:8px;
    margin-top:4px;
  }
  
  .comment_item .comment_text {
    font-size:11px;/*new*/
    /*display:block;
    float:left;
    margin-left:7px;*/
  }

  .comment_item td {/*new*/
    font-size:11px;
  }

  .comment_edit {
    /*background-color:#f8f8f8;*/
    color:#666666;
    margin-top:1px;
    padding:5px;
    /*clear:both;*/
    float:left;
    width:100%;
  }


  .comment_edit a {
    display:block;
    float:left;
    width:40px;
  }

  .comment_edit a img {
    border:none;
    display:block;
    margin:0px;
    width:32px;
    height:32px;
  }

  .comment_edit img {/*new*/
    float:left;
    border:none;
    display:block;
    margin:0px;margin-right:8px;
    width:32px;
    height:32px;
  }
   
    .comment_date {/*new*/
    color:#999;
    width:100%;
    }
    
  .comment_edit_form {
    display:block;
    float:left;
    width:250px;
  }


  .comment_edit_textarea {
    font-family:verdana;
    color:#333;
    width:250px;
    height:25px;
    overflow:hidden;
    border:#d7d7d7 1px solid;
    font-size:11px;
    padding:3px;
    line-height:15px;
    resize:none; /*required in safari*/
  }

  .comment_edit_submit {
    /*border:#d7d7d7 1px solid;*/
    float:right;
    margin-top:2px;
    margin-right:-7px;
    /*new*/
    height:24px;width:auto;padding:0 10px;padding-bottom:3px;
    font-size:10px;font-weight:normal;color:#fff;
    background:url('../../../App_Themes/global/images/button2.png') #EEEEEE;
    border-top:1px solid #555;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    border-left:1px solid #555;
    cursor:pointer;display:block;
  }

  .comment_progress {
    background-image:url("progress.gif");
    background-repeat:no-repeat;
    margin-top:2px;
    margin-left:2px;
    width:20px;
    height:10px;
    float:left;
    display:none;
  }
  
  .comment_edit_textarea_idle {
    font-family:verdana;
    color:#333;
    width:290px;
    height:15px !important;
    overflow:hidden;
    border:#d7d7d7 1px solid;
    font-size:11px;
    padding:3px;
    line-height:15px;
    resize:none; /*required in safari*/
  }