/* BASIC css start */
/* 게시판 댓글 작성 레이어 */
#comment_reply_input {
	position:relative;
	padding:30px !important;
	border:2px solid #222 !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#comment_reply_input .comment_write_area .comment_agreement {padding:0 !important;}
#comment_reply_input .comment_write_area .comment_agreement .new-privercy-contract {padding:0 !important;}
#comment_reply_input .comment_write_area .comment_agreement .new-privercy-contract table {width:100%;}
#comment_reply_input .comment_write_area .comment_write { margin:10px auto 20px; padding:15px 15px 15px; background-color: #fefefe; border:1px solid #e4e4e4;}
#comment_reply_input .comment_write_area .comment_write table {margin:0 !important; border:0 !important; color:#666 !important;}
#comment_reply_input .comment_write_area .comment_write th,
#comment_reply_input .comment_write_area .comment_write td { padding: 5px 0 4px; border:0 !important; background:transparent !important;}
#comment_reply_input .comment_write_area .comment_write th { font-weight: normal; width:100px !important; font-size:11px !important;}
#comment_reply_input .comment_write_area .comment_write input {height:24px; line-height:24px; border: 1px solid #ddd; padding:0 5px !important;}
#comment_reply_input .comment_write_area .comment_write .tb-left label {padding-right:10px; font-size:15px;}
#comment_reply_input .comment_write_area .comment_write .review-write-rate input { border: 0px; }

#comment_reply_input .comment_write_area .comment_write .comment_textarea {position:relative; padding-right:100px !important; }
#comment_reply_input .comment_write_area .comment_write textarea {
	float:left;
	width:100%;
	height:78px;
	padding:10px 5px;
	border:1px solid #ddd;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#comment_reply_input .comment_write_area .comment_write a.comment_write_submit {float:right; position:relative; right:-100px; margin-left:-100px; padding:30px 22px;}





/* BASIC css end */

