.titlex {
    background-repeat: repeat-x;
    background-position: top;
    display: block;
    clear: both;
    padding-right: 10px;
    background-color: #303030;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
}
.btnclass {
    border-radius: 7px;
    padding: 5px;
    width: 110px;
    border: 1px solid #e0e0e0;
    webkit-box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    box-shadow: 0 1px 5px rgba(120, 120, 120, 0.3);
    cursor: pointer;
    cursor: hand;
    font-family: sky;
}
.comment-box,
.panorama-comment {
    font-family: tahoma;
    background-repeat: no-repeat;
}
.btnclass:hover {
    background-color: #b2b0b0;
}
.comment-and-photo-title {
    background-image: url("../images/comment-and-photo-title.png");
    background-repeat: no-repeat;
    height: 38px;
}
.comment-box-main {
    height: 10px;
    width: 255px;
    margin-top: 5px;
}
.comment-box {
    width: 37px;
    height: 24px;
    background-image: url("../images/comment-box.png");
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    float: left;
    margin-left: 10px;
    padding-top: 3px;
}
.panorama-comment {
    background-position: right;
    font-size: 10px;
    color: #ca686d;
    width: 32px;
    height: 12px;
    background-image: url("../images/comment-icon.png");
    float: right;
}
.add-comment-title,
.reader-comment-title,
.reader-comment-title2 {
    width: 568px;
    text-align: right;
}
.reader-comment-title {
    margin-top: 5px;
}
.add-comment-title {
    margin-bottom: 20px;
}
.reader-comment-content-main {
    margin-bottom: 10px;
    width: 100%;
}
.comment-through {
    border: 1px solid #b8b8b8;
    margin: 5px 0;
    background: #fff;
}
.comment-through-title-with-date {
    width: 100%;
    height: 26px;
    background-color: #e5e5e5;
}
.info-icon,
.reply-icon {
    float: right;
    width: 20px;
}
.commenter-name {
    float: right;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    margin-right: 30px;
    margin-left: 20px;
    padding-top: 2px;
}
.info-icon {
    margin-right: 10px;
    margin-top: 3px;
}
.comment-date {
    float: left;
    margin-left: 20px;
    font-family: tahoma;
    font-size: 12px;
    color: #000;
    padding-top: 3px;
}
.comment-text {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    margin-right: 30px;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
}
.comment_admin_reply {
    color: red;
}
.reply-box {
    margin-right: 30px;
    border: 1px solid silver;
    margin-left: 30px;
}
.reply-through-title {
    background-color: #e7e7e7;
    height: 20px;
}
.reply-text {
    margin: 10px;
    text-align: right;
}
.reply-title-name {
    margin-right: 10px;
    float: right;
}
.alert-box-main {
    width: 549px;
    display: block;
}
.alert-box-top-bg {
    background-repeat: no-repeat;
    width: 549px;
    height: 4px;
    float: right;
}
.inp,
.inpt {
    width: 98%;
}
.alert-box-bg {
    border: 1px solid #e0e0e0;
    padding: 5px;
    direction: rtl;
    text-align: justify;
    margin: 7px;
}
.alert-box-bottom-bg {
    background-repeat: no-repeat;
    float: right;
    width: 549px;
    height: 4px;
}
.alert-text {
    color: #e00;
    margin: 20px;
    font-size: 15px;
}
.alert-text-title {
    font-size: 18px;
    color: red;
    margin-right: 20px;
    margin-top: 5px;
    float: right;
    width: 99%;
    display: block;
}
.fixed-div,
.fixed-div-inside {
    height: 40px;
    text-align: center;
}
.fixed-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-image: url("../images/fixed-div-bg.png");
    z-index: 9999;
}
.fixed-div-inside {
    margin: auto;
}
.h10 {
    height: 10px;
}
.inner-line-1 {
    background-color: silver;
    height: 3px;
    width: 666px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.display_in-b_bl,
.float_r_bl {
    text-align: center;
    margin: 2px;
}
.writer_bl {
    background-color: #b20418;
    background-image: url(../images/side-block-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 5px 10px;
    font-size: 18px;
    font-family: ge_ss;
    color: #fff;
}
.float_r_bl {
    float: right;
}
.float_l_bl {
    float: left;
}
.display_in_bl {
    display: inline;
}
.display_in-b_bl {
    display: inline-block;
}