a.plain {
    background-color: transparent;
    border: none;
    color: #999999 !important;
}

div.comment {
    padding-left: 5px;
}

div.comment p {
    margin-left: 0px;
}

div.comment table td {
    white-space: nowrap !important;
}

div.comment table, div.comments-form table textarea {
    width: 100% !important;
}

div.comments-form {
    width: 90%;
}

div.comments-form table {
    width: 90% !important;
}

div.comments-form table td {
    white-space: nowrap !important;
}

div.htmlSyntax {
    font-weight: bold;
}

div.htmlSyntax span.enabled {
    background: transparent;
    color: green;
    font-style: italic;
}

div.htmlSyntax span.disabled {
    background: transparent;
    color: red;
    font-style: italic;
}

iframe.commentFrame {
    border: 0px;
    height: 0px;
    width: 0px;
}

p.comment-details {
    background: transparent;
    color: #333333;
    font-size: .95em;
    margin: 10px 0px 10px 10px !important;
}

.comment {
    border-bottom: 1px solid #dadada;
    font-family: Georgia, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

.commentAuthor {
    border: none;
}

.commentBox {
    background-color: #fafafa;
    border: 2px solid #dadada;
    margin-top: 8px;
    padding: 0px 10px 10px 10px;
}

.commentByline {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    padding-bottom: 3px;
    text-align: right;
}

.commentFormBox {
    margin-top: 10px;
}

.commentFormInput,
.commentFormTextarea {
    font-family: Georgia, serif;
    font-size: 12px;
}

.commentFormRow {
    color: #808080;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    padding-bottom: 6px;
}

.commentFormTextarea {
    width: 90% !important;
}

/* ::::::::: comments ::::::::: */
.commentTwisty {
    background: url(../images/twisty-cls.gif) no-repeat 2px !important;
    color: #8080a0;
    cursor: pointer;
    font-family: Tahoma, serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    -moz-user-select: none;
    padding: 0px 0px 0px 12px;
}

.commentTwistyOpen {
    background-image: url(../images/twisty-opn.gif);
}
