#comment-container {
    position: relative;
}

#comment-header {
    background-color: #000000;
    /*display: none;*/
    margin-bottom: 5px;
}

#comment-content {
    clear: left;
    display: block;
    width: 540px;
    margin-left: 10px;
}

.comment-bookend {
    display: block;
    width: 100%;
    height: 43px;
}

#comment-label {
    height: 43px;
    font-size: 2em;
    margin-top: 8px;
    padding-left: 15px;
    margin-right: 5px;
    float: left;
    color: #ffffff;
}

#comment-label span {
    color: #999999;
}

#comment-hide-show {
    float: left;
    margin-top: 14px;
    font-size: 1.2em;
}

.comment-button {
    background: #0a6ea4 url(/images/backgrounds/button-blue-background.gif) repeat-x 0 bottom;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    display: block;
    padding: 4px 5px 4px 5px;
}

.comment-button span {
    color: #ffffff;
}

.comment-login {
    float:right;
    margin-top:16px;
    margin-right:10px;
    color:#ffffff
}

.comment-login-bottom {
    float:right;
    margin-top:16px;
    margin-right:10px;
    color:#1b1b1b
}

.disabled span {
    color: #2F92CF;
}

.comment-add {
    display: none;
}

.logged-in .comment-add {
    display: block;
}
.logged-in .comment-subscribe, .logged-in .comment-login, .logged-in .comment-login-bottom  {
    display: none;
}

.comment-form {
    display: none;
    margin-bottom: 9px;
}

.comment-submit-form {
    border-bottom: 1px solid #cccccc;
}

.comment-report-form {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}

#comment-ruler {
    clear: both;
    width: 540px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    height: 20px;
    left: -10px;
}

#comment-ruler a {
    margin-left: 5px;
    margin-right: 5px;
}



.comment-block {
    border-bottom: 1px solid #999999;
    width: 540px;
    margin-bottom: 15px;
    position: relative;
}

.logged-in .comment-block {
    min-height: 100px;
}

.comment-data {
    width: 510px;
}

.logged-in .comment-data {
    float: right;
/*    width: 335px; */
    margin-right: 15px;
}

.comment-posted {
    font-size: 1em;
    color: #909090;
    margin-bottom: 5px;
}

.comment-body {
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #333333;
}

.comment-author {
    color: #909090;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.comment-author span {
    color: #2f92cf;
    margin-bottom: 5px;
}

.comment-tools {
    float: right;
/*    right: 0px; */
/*    width: 175px; */
    width: 0px;
    min-height: 100px;
    margin-right: 15px;
}

.comment-tools li {
    list-style: none;
    margin-bottom: 8px;
    height: 20px;
    width: 190px;
    border-bottom: 1px solid #dedede;
}

.comment-tools a {
    color: #666666;
}

.comment-textarea {
    width: 535px;
    height: 300px;
}

.comment-textarea-short {
    height: 100px;
}

.comment-byline {
    float: left;
    margin-top: 13px;
}

.comment-counter {
    float: right;
    margin-top: 15px;
    margin-right: 12px;
}

#comment-submit-title {
    clear: left;
    margin-bottom: 10px;
    width: 156px;
    height: 10px;
    display: block;
    background: transparent url(/images/headers/submit-comment-title.gif) 0px 0px no-repeat;
}

#comment-submit-title span {
    display: none;
}

.error {
    color: #ff0000;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}

#comment-show-recommended {
    background: transparent url(/images/icons/comment-checkbox.gif) 0px 0px no-repeat;
    margin-left: 5px;
    padding: 0px 0px 3px 20px;
    height: 14px;
}

.comment-recommended {
    background: transparent url(/images/icons/comment-tools.gif) 0px -34px no-repeat;
    padding: 0px 0px 3px 20px;
    height: 14px;
}

.comment-report {
    background: transparent url(/images/icons/comment-tools.gif) 0px -16px no-repeat;
    padding: 0px 0px 3px 20px;
    height: 14px;
}

.comment-recommend {
    background: transparent url(/images/icons/comment-tools.gif) 0px -2px no-repeat;
    padding: 0px 0px 3px 20px;
    height: 14px;
}

#comment-report-container {
    clear: left;
}

#comment-report-header {
    background: transparent url(/images/headers/report-abuse.jpg) 0px 0px no-repeat;
    display: block;
    width: 510px;
    height: 13px;
    margin-bottom: 5px;
    margin-top: 20px;
}

#comment-report-header span {
    display: none;
}

#comment-report-header a {
    float: right;
}

#comment-report-username {
    margin-bottom: 15px;
}

#comment-report-thanks {
    display: none;
}

.comment-report-label {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 6px;
    display: block;
}

#comment-report-container select {
    width: 230px;
}

