.publish-comment-dialog,.reply-comment-dialog{
	z-index: 999;
	width: 90%;
	position: fixed;
	overflow: hidden;
	text-align: center;
	height: 155px;
	background: #fff;
	margin: 0px auto;
	bottom: 0;
	left:0
}

#bg{
	background-color:#000;
	position:fixed;
	z-index:99;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	opacity:0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
    
}

.payment_expense{
	width: 100%;
}

.payment_detials{
	width: 100%;
}
.publish-comment-dialog textarea.form-control{margin: 10px;border-radius: 0px;width: 95%;background: #f5f5f5;border: 1px solid #d2d2d2;}
.publish-comment-dialog textarea.form-control:focus{background: #fff}
.reply-comment-dialog textarea.form-control{margin: 10px;border-radius: 0px;width: 95%;background: #f5f5f5;border: 1px solid #d2d2d2;}
.reply-comment-dialogtextarea.form-control:focus{background: #fff}
.button-m{display: inline-block;outline: none;cursor: pointer;text-align: center;text-decoration: none;font: 12px Microsoft YaHei, Helvetica, sans-serif;padding: 8px 28px;-webkit-border-radius:4px; -moz-border-radius:4px;border-radius:4px;}	
.cache{text-align: right;padding: 0 10px;}
.button-m:hover {text-decoration: none;}
.button-m:active {position: relative;top: 1px;}
.orange {color: #fff;background: #ee0319;}
.publish-comment-dialog .btn-publish-mobile,.reply-comment-dialog .btn-reply-mobile{color:white}
.publish-comment-dialog,.reply-comment-dialog{width: 100% ;}