.comments form
{
width: 100%;
}

.comments form input[type=text],
.comments form input[type=password],
.comments form textarea
{
width: 100%;
}

.comments li
{
margin: 0 0 10px 0;
list-style: none;
}

.comments li .head .comment-uname{font-size: 12px;font-weight: bold;text-decoration: none;}
.comments li .head .comment-time{color:gray;font-size:12px;font-weight:normal;}
.comments li .head .comment-permalink{font-size:12px;font-weight:normal;}
.comments li .body{zoom:1;border: 1px solid #AAFFBB;padding: 3px;height:auto;}
.comments li .body div{padding: 3px;height:auto;}

.comments li .head .info{height:16px; float:left;}
.comments li .head .controls{height:16px; float:right;}

.comments li .head .controls a{display:block;width:16px;height:16px;float:right;outline:none!important;}
.comments li .head .controls a.delete{background:url("/t/Default/img/icons/cross.png") no-repeat;}