.comments-form {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.comments-form h3 {
    color: #003366;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
#form_register, #form_comment_login{
    display: block;
    clear: both;
}
.comments-form .row {
    float: left;
    margin: 3px;
    width: 100%;
}

.comments-form .field-description {
    float: left;
    color: #777;
    font-size: 11px;
}

.comments-form .error {
    color: #b00;
    font-size: 11px;
    display: block;
    clear: both;
    border: 0px none !important;
}

.comments-form .row label {
    color: #3c3c33;
    font-weight: normal;
    float: left;
    width: 63px;
    margin: 4px 0;
}

.comments-form .row label.horizontal {
    font-weight: bold;
    float: none;
    width: 100%;
}

.comments-form .row .textfield {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 2px;
}
.comments-form .textarea strong {
    float: left;
    color: #003366;
    font-style: italic;
    width: 100%;
}

.comments-form .avatar {
    max-width: 50px;
    height: 52px;
    border: 1px solid #ddd;
    padding: 1px;
    float: left;
    margin-right: 7px;
}

.comments-form textarea {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 2px;
    height: 48px;
    width: 400px;
    margin-top: 4px;
}

.comments-form .textarea {
}

.comments-form .actions {
    margin: 5px;
    float: left;
    width: 100%;
}

.comments-form .button-grey {
    margin-top: 15px;
    float: right;
    margin-right: 7px;
    padding: 5px 10px;
}

.comments-form .captcha {
    margin-top: 10px;
}

.comments-form p a {
    color: #b00;
}
.comments-form .captcha-info {
    float: left;
}

.comments-form .captcha img {
    float: left;
}

.comments-form .captcha p {
    margin-bottom: 5px;
    font-size: 11px;
    color: #3c3c33;
}
.comments-form .facebook-connect {
    position: absolute;
    right: 2px;
    height: 30px;
    top: 0;

}
.comments-form h4 {
    font-size: 11px;
    color: #3c3c33;
}
.comments {
    float: left;
    width: 100%;
}
.comments ul {
    list-style: none;
    margin: 0;
}
.comments ul li {
    margin: 0;
}

.comments .avatar {
    width: 50px;
    border: 1px solid #ddd;
    padding: 1px;
    float: left;
    margin-right: 7px;
}
.comments .comment-content {
}
.comments .left {
    float: left;
}
.comments .right {
    float: right;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    top: -13px;
    right: -7px;
    padding: 5px 3px 0px 6px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
}
.comments .right button{
    margin-left: 10px !important;
}
.comments .right button span{
    padding: 0px;
}
.comments .header .right a{
    margin: 0px;
}


.comments li.post_1 .right {
    top: -8px;
}

.comments .right .post_options{
    display: none;
    position: absolute;
    border: 1px solid #ddd;
    float: left;
    z-index: 100;
    background-color: #efefef;
    right: 0px;
    top: 30px;
}

.comments .right .post_options a{
    display: block;
    padding: 3px 5px;
    float: none;
    text-align: center;
    border-top: 1px solid #ddd;
}
.comments .right .post_options a:hover{
    background-color: #ddd;
    text-decoration: none;
}
.comments .right .post_options a.first{
    bordeR: 0px none;
}

.comments .header {
    float: left;
    width: 441px;
    color: #3c3c33;
}
.comments .header strong {
    float: left;
    margin-top: 3px;
    font-style: italic;
}
.comments .header strong a {
    margin: 0;
    color: #003366;
    font-style: italic;
}

.comments .header small {
    float: left;
    margin-top: 3px;
    margin-left: 5px;
    color: #777;
}
.comments p {
    width: 441px;
    float: left;
    color: #3c3c33;
}
.comments .header a {
    float: left;
    margin-top: 3px;
    margin-right: 3px;
    color: #b00;
}
.comments ul li:first-child {
    margin-top: 0;
}
.comments ul li {
    float: left;
    margin-top: 10px;
    padding: 0px 5px 10px 5px;
    border-bottom: 1px solid #ddd;
}
.comments-form .actions .button-grey {
    margin-top: 0;
}

h2.more_on_forum{
    font-size: 11px;
    margin: 0px 3px 0px 0px;
    padding: 0px;
    font-weight: normal;
}
h2.more_on_forum a{
    color:#BB0000;
}
.comments_gallery_image{
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}