#comments {
    margin: 10px;
}

.comment {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #C2C2C2;
    box-shadow: 0 0 5px #C2C2C2;
    display: block !important;
    margin: 0 0 10px 7px !important;
    overflow: hidden;
    min-width: 457px;
    padding: 10px !important;
    position: relative;
}
.comment a {
    border-bottom: 1px dotted #0066CC;
    color: #0066CC;
    text-decoration: none;
}
.comment_item {
    margin-left: 10px;
    overflow: hidden;
}

#comments textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D0D0;
    border-radius: 7px 7px 7px 7px;
    float: left;
    min-height: 75px;
    min-width: 100% !important;
    padding: 5px !important;
    text-align: left;
    width: 100% !important;
}

#comments input[type="text"]{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D0D0;
    border-radius: 7px 7px 7px 7px;
    float: left;
    padding: 5px;
    text-align: left;
}

.captcha_wrapper > img {
    background: none repeat scroll 0 0 white;
    border: 1px solid #D6D0D0 !important;
    border-radius: 7px 7px 7px 7px;
    float: left !important;
    margin: -3px 5px 0 0 !important;
    opacity: 0.63;
    width: 77px;
}

.comment_btn.ok, .comment_btn.cancel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background-color: #EEEEEE !important;
    background-image: -moz-linear-gradient(center top , #EEEEEE, #E1E1E1)!important;
    background-repeat: repeat-x;
    border-color: #D9D8D8 #CCCBCB #AEAEAE;
    border-image: none;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #282828 !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin: 0px 0 0;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transition-duration: 0.2s;
    vertical-align: middle;
    }

#commentsBody {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #C2C2C2;
    box-shadow: 0 0 5px #C2C2C2;
    margin: 0 0 10px 7px;

    padding: 10px;
    position: relative;
}

#comments .comment_header {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C2C2C2;
    color: #008DD2;
float:left;
    margin-bottom: 5px;
    overflow: auto;
    padding: 5px;
    width: 97%;
}


#comments .comment_body {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C2C2C2;
    color: #555555;

    margin-bottom: 5px;
    overflow: auto;
    padding: 5px;
    width: 97%;
}


.comment_btn.ok {
    float: right !important;
    margin: -10px 0 0 10px !important;
    padding: 0 !important;
    position: relative;
    min-width: 85px !important;
    width: 20% !important;
}

.captcha_wrapper.cms_captcha > input {
    min-width: 140px !important;
    width: 50% !important;
    float: left !important;
    position: relative !important;
}

.comment_btn.cancel {
margin-right: 0 !important;
    float: right;
    margin-bottom: 0 !important;
    margin-top: 8px !important;
    padding: 0 !important;
    position: relative;
    min-width: 85px !important;
    width: 20% !important;
}

.cmsCaptchaUpdate {
    float: left;
    margin-left: 5px;
}

.captcha_wrapper.cms_captcha {
    float: left;
    min-width: 320px;
    padding: 5px;
    width: 70%;
    overflow: hidden;
}

.form {
    clear: both;
    float: left;
    padding: 0 0 0px 0px !important;
    width: auto !important;
}


#comments .comment_header {
    border-radius: 5px 5px 5px 5px;
}

#comments .comment_body {
    border-radius: 5px 5px 5px 5px;
}


#comments .pull-left {
    float: none !important;
    height: 18px;
    margin-bottom: 5px;
    width: 100%;
}


.button.replyComment {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px dotted #0066CC;
    color: #0066CC !important;
    float: right;
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 0 !important;
    position: relative;
    right: 0;
    text-align: center;
    text-decoration: none !important;
}

#comments .comment_item .childs .comment_item form {
}

form label {
    padding-bottom: 5px;
}

.comment_date {
    float: right;
    background-image: url("/theme/emag3.png");
    background-repeat: no-repeat;
    padding-left: 20px;
}

.comment_author {
    background-image: url("/theme/emag.png");
    background-repeat: no-repeat;
    padding-left: 15px;
}
.childs .comment_author {
    background-image: url("/theme/emag2.png");
    background-repeat: no-repeat;
    padding-left: 40px;
}

.comment_notification {
    float: left;
    margin: 5px;
    padding-bottom: 0 !important;
    text-align: left;
    width: 100%;
}

.error {
    color: red;
    display: block;
    padding: 5px;
    text-align: left;
}



.captcha_wrapper.cms_captcha .error {
    bottom: 1px;
    display: block;
    float: left;
    position: absolute;
    width: 100%;
}
.comment_item {
margin-left: 5px!important;
}

.comment_item .comment {
    left: 357px;
    position: fixed;
    top: 25%;
    width: 550px;
    z-index: 20;
}
.comment_item .comment {
    left: 357px;
    position: fixed;
    top: 25%;
    width: 550px;
    z-index: 20;
}

.toggle {
    font-weight: bold;
    padding: 10px;
}

.comment_item .comment {
    box-shadow: 0 0 0 5074px rgba(122, 122, 122, 0.5)!important;
    left: 50%!important;
    margin-left: -275px !important;
    margin-top: -100px !important;
    min-height: 200px !important;
    position: fixed !important;
    top: 50%! important;
    width: 550px !important;
    z-index: 20 !important;
}
.childs{
margin-left:10px!important;
}

.pull-right {
    left: 20px !important;
    margin-top: -25px !important;
    position: absolute !important;
}

#comments .comment_header {
    margin-top: 10px !important;
}

.form_reg th {
    text-transform: none !important;
}