.comments_form {
    border: solid 1px #e0e0e0;
}

.comments_form td {
    width: 50%;
    padding: 3px;
    padding-left: 10px;
    text-align: right;
}

.comments_form select{
     width: 54%;
     font-size: 11px;
 }
.comments_form input[type='text']{
    width: 52%;
    font-size: 11px;
}

.comment {
    padding: 10px;
    margin:5px 0 5px 0;
    border:solid 1px;
    overflow: hidden;
}

.good{
    border-color: #99ff99;
}

.bad {
    border-color: #ff9999;
}

.assign {
    font-style:italic;
    padding: 0px;
}

.add_form table{
    width: 100%;
}

.add_form td{
    padding-right: 30px;
}

.add_form textarea{
    resize: none;
}

.comment .avatar{

    height:66px;
    position:absolute;
    width:66px;

    /*margin-top:-34px;
    top:50%;*/
    box-shadow: 0px 1px 2px #c8c8c8;
    border-radius: 3px;
}

.comment .avatar img{
    display:block;
}


/*
.likes{
    padding-right: 7px;
    padding-left: 5px;
    height: 16px;
}*/

