div.comments {
    clear: both;
    padding: 24px 13px 24px 26px;
    background: #113;
    width: 100;
	margin:10px;
}
div.comments hr {
    color: #3f3f59;
    background: #3f3f59;
    border: none;
    display: block;
    height: 2px;
    margin: 6px 0 4px;
}
div.comment {
    padding: 8px 0 0;
    border-bottom:solid #3f3f59 2px;
}
div.comment div.comment {
    padding: 4px 2px 4px 16px;
    border-top: 1px solid #3f3f59;
    background: #2f2f48;
    border-bottom: none;
}
div.comment p.comment-meta {
    text-align: right;
    font-size: 90%;
    color: #3f3f59;
}
div.comment div.comment p.comment-meta {
    color: #669;
}

form.in_comment_form {
    display: none;
}
textarea.comment {
    width: 70%;
    height: 60px;
    padding: 4px;
}
input.comment-submit {
    position: relative;
    top: -20px;
}
div#wall div.comments {
    padding: 4px;
}