#comments {
border-top: 1px solid #aaa;
}
#make_comment {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#make_comment textarea {
    width: 100%;
    height: 200px;
}
#make_comment label {
    position:relative;
    display:block;
    width: 100px;
    clear:left;
}
#make_comment label input {
    position: absolute;
    left: 100%;
}
#make_comment span.tip {
    display:block;
    color: #aaa;
    font-size: 80%;
}
#make_comment button {
    float:right;
    display:block;
}
#comments ul.comments {
    list-style-type:none;
    border-bottom: 1px solid #ddd;
    padding-left: 0px;
    margin-left: 0px;
}
#comments li {
    margin: 15px 0px;
    padding-left: 0px;
    
}
#comments span.byline {
    font-size: 90%;
    color: #777;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#comments li div {
    margin-left: 25px;
}
