go to css-age.css file and find
css-age.css (Linie 20)
#comment #CommentMenu {
border-bottom:1px solid #677791;
border-left:1px solid #677791;
border-right:1px solid #677791;
margin-bottom:5px;
margin-top:10px;
}
and change it to
#comment #CommentMenu {
border:1px solid #677791;
margin-bottom:5px;
margin-top:10px;
}
and
css-age.css (Linie 183)
#comment .form {
border-bottom:1px solid #677791;
border-left:1px solid #677791;
border-right:1px solid #677791;
margin-bottom:5px;
padding:1px;
width:100%;
}
to
#comment #CommentMenu {
border:1px solid #677791;
margin-bottom:5px;
margin-top:10px;
}
and
css-age.css (Linie 183)
#comment .form {
border:1px solid #677791;
margin-bottom:5px;
padding:1px;
width:100%;
}