.comment_form input,
.comment_form textarea {
    font-size: .9em;
}
.comment_form textarea {
    color: #000;
    background-color: #fff;
}
.comment_form th {
    font-weight: bold;
}
.comment_form td, .comment_form th {
    font-size: 1em;
    text-align: left;
    vertical-align: top;
}
.comment {
    font: 1em;
    padding: 1em;
    border-bottom: 1px solid #ddd;
    margin-top: 1em;
}
.comment .detail {
    margin-top: 1em;
}
.comment .title,
.comment .title a:link,
.comment .title a:visited {
    color: #028;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}
.comment .title a:hover {
    text-decoration: underline;
}
.author {
    background-color: #eef;
}
.buttons {
    text-align: center;
}
.comment .spacer {
    font-size: .4em;
}
.comment_form {
    float: left;
    margin-top: 1em;
}
.ubb {
    float: left;
    margin: 1.5em;
}
.ubb table {
    font-size: 1em;
    border: 1px #ddd solid;
}

