/************************ COMMENT ************************/
#load {
    position:absolute;
    left:225px;
    background-image:url(../../images/front/loading-bg.png);
    background-position:center;
    background-repeat:no-repeat;
    width:159px;
    color:#999;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    height:40px;
    font-weight:300;
    padding-top:14px;
    top: 23px;
}
#comment_wrapper, #addCommentContainer, #comment_container, .comment_toolbar, .cleditorMain{
    clear:both;
}

#comment_container h3{
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #1D6786;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0;
    padding: 5px 10px;
    background: #e0e0e0;
    border: 1px solid #cccccc;
}

div.pagelunisolarguide #comment_container h3{
    font-family: Georgia,"Times New Roman",Times,serif;
    background:none;
    border:none;
    color: #fff;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0;
    padding: 5px 10px;	
}

.bg_comment{
    background:url(../../images/front/jomentry.png) top left repeat-x #fff;
    padding:10px;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    position: relative;
}

.comment_toolbar {
    padding: 4px;
    text-align: right;
    margin-bottom:5px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.comment_toolbar a:link, .comment_toolbar a:hover, .comment_toolbar a:active {
    color: #000;
    text-decoration: none;
}

.comment_title {
    color: #014B75;
    font-weight: bold;
	line-height:100%;
	padding-bottom:3px;
}

.comment_text{
    padding:10px 0;	
	clear:both;
}

#write_comment{
    clear:both;
    padding:10px 0;	
}

#write_comment label{
    width:100%;
    float:left;	
}

#write_comment .inputbox{
    width:220px;	
}

#write_comment .error, .bg_comment .error{
    color:#ff0000;
    font-size:11px;	
    padding-left:5px;
    font-weight:bold;
}

#write_comment .success, .bg_comment .success{
    color:#07153B;
    font-weight:bold;
}

a.comment-delete{
    background:url(../../images/front/unpublished-icons16x16.png) 0% 50% no-repeat;
    padding-left:18px;
    cursor:pointer;
    font-size:12px;
	margin:0 10px;
}

a.comment-unpublish{
    background:url(../../images/front/published-icon16x16.png) 0% 50% no-repeat;
    padding-left:18px;
    cursor:pointer;
    font-size:12px;
    margin:0 10px;
}

a.comment-edit{
    background:url(../../images/edit.png) 0% 50% no-repeat;
    padding-left:18px;
    cursor:pointer;
    font-size:12px;
    margin:0 10px;
}

a.reportbtn{
    background:url(../../images/front/warning.png) left top no-repeat;
    cursor:pointer;
    font-size:12px;
    display: inline-block;
    height: 16px;
    width: 18px;
}

.wrap_comment_author{
	clear:both;	
}

.comment_avatar{
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.comment_author{
	float:left;
	overflow:hidden;	
}
.form_reply{
    overflow: hidden;
    padding-left: 20px;
}
.form_reply > div:first-of-type{
    padding-top: 20px;
}
#addCommentFormSample{
    display: none;
}
.reply_comments .bg_comment{
    width: 90%;
    margin-left: calc(10% - 20px);
}
.form_reply label{
    display: inline-block;
    width: 45px;
}
.form_reply input[type="text"]{
    width: 160px;
}
.comment_reply span{
    color: #1155cc;
    text-decoration: underline;
    position: relative;
    top: -3px;
}
.comment_reply:hover span{
    text-decoration: none;
}
.comment_reply{
    display: inline-block;
    margin-top: 3px;
}
.reply_comments .bg_comment:first-of-type{
    margin-top: 12px;
}
.form_reply label .error{
    width: 150px;
    margin-top: -20px;
    margin-left: 220px;
}