body, html {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    background: #b9cbcb;
}

.Scroller-Container {
    position: absolute;
}

/* [comments] */
#comments-wrapper {
    position: absolute;
    width: 615px;
    height: 299px;
    left: 50%;
    top: 50%;
    margin-left: -307px;
    margin-top: -149px;
}

#comments-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 379px;
    height: 299px;
}

#comments-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 229px;
    height: 299px;
}

#comments {
    position: absolute;
    top: 100px;
    left: 39px;
    width: 298px;
    height: 131px;
    overflow: hidden;
    font: 8pt tahoma;
    direction: rtl;
    text-align: justify;
    color: #fefefe;
    line-height: 26px;
    background: url(images/comments-full-dotted-bg.gif);
}

#comments .comment {
    /*width: 298px;*/
    width: 290px;
    padding: 0 4px;
    /*margin-bottom: 26px;*/
    background: #000 url(images/comments-dotted.gif) repeat;
}


#comments .comment span {
    color: #d08d96;
}

#comments .comment a {
    color: #d08d96;
    text-decoration: none;
}

#comments .comment img {
    width: 14px;
    height: 23px;
    padding-bottom: 0 !important;
    padding-bottom: 3px;
}

#comments-scrollup {
    position: absolute;
    top: 46px;
    left: 167px;
    width: 16px;
    height: 16px;
    background: url(images/comment-scroll-up-hover.gif);
}

#comments-scrollup a {
    display: block;
    position: absolute;
    font-size: 0;
    width: 16px;
    height: 16px;
    background: url(images/comment-scroll-up-normal.gif);
}

#comments-scrollup a:hover {
    background-image: none;
}

#comments-scrolldn {
    position: absolute;
    top: 46px;
    left: 193px;
    width: 16px;
    height: 16px;
    background: url(images/comment-scroll-down-hover.gif);
}

#comments-scrolldn a {
    display: block;
    position: absolute;
    font-size: 0;
    width: 16px;
    height: 16px;
    background: url(images/comment-scroll-down-normal.gif);
}

#comments-scrolldn a:hover {
    background-image: none;
}

#cname {
    position: absolute;
    top: 10px;
    right: 27px;
    border: 0 none;
    font: 8pt tahoma;
    direction: rtl;
    color: #121b20;
    width: 173px;
    background: #fff;
}

#cemail {
    position: absolute;
    top: 53px;
    right: 27px;
    border: 0 none;
    font: 8pt tahoma;
    direction: rtl;
    color: #121b20;
    width: 173px;
    background: #fff;
}

#ctext {
    position: absolute;
    /*top: 126px;*/
    top: 123px;
    right: 31px;
    border: 0 none;
    font: 8pt tahoma;
    direction: rtl;
    color: #121b20;
    width: 167px;
    height: 106px;
    line-height: 26px;
    overflow: hidden;
    background: #fff url(images/comment-textarea-dotted.gif) repeat;
}

#csubmit {
    display: block;
    position: absolute;
    top: 258px;
    left: 461px;
    background: transparent;
    width: 75px;
    height: 18px;
    z-index: 120;
    border: 0 none;
    font-size: 100em;
    cursor: pointer;
}

#comment-send-normal {
    position: absolute;
    top: 258px;
    left: 461px;
    width: 75px;
    height: 18px;
    font-size: 0;
    background: url(images/comment-send-normal.gif);
    z-index: 100;
    cursor: pointer;
}

#comment-send-hover {
    position: absolute;
    top: 258px;
    /*left: 461px;*/
    left: -10000px;
    width: 75px;
    height: 18px;
    font-size: 0;
    background: url(images/comment-send-hover.gif);
    z-index: 110;
    cursor: pointer;
}
/* [/comments] */
