.honeypot {display: none;} 
form#comment-form table {width: 100%;}
form#comment-form table th {text-align: left;}
#comment-form {
border: 1px solid #EEE;
background: #FDFEFE;
padding: 5px;
}
#comment-form th {
width: 120px;
}
#comment-form textarea {
font-family: serif; font-size: 15px;
}
#comment-list {
margin: 0; padding: 0;
}
#comment-list li {
border-bottom: 1px solid #6eb4e8;
margin-bottom: 15px;
list-style-type: none;
}
#comment-list li div { color: #444; }
#comment-list .info {
float: left;
width: 100px;
text-align: center;
}
#comment-list .info p { text-align: center; }
#comment-list p span {
    color: #BBB;
}
#comment-list .body {
    margin-left: 110px;
    padding-left: 10px;
    font-size: 12px;
}
#id_comment { height: 120px; }
label {
font-weight: normal;
font-size: 12px;
}

