	@charset "utf-8";

	/*common*/
	.cmt {color:#e97900;font-family:Arial,Tahoma; font-weight:bold;font-size:90%;padding-left:5px;}
	.new {padding:0 0 0 5px;}
	.list_sbj {text-align:left;}
	.algCt {text-align:center;}/*0424 추가*/
	.algLt {text-align:left;}/*0424 추가*/
	.algRt {text-align:right;}/*0424 추가*/

	a { text-decoration:none; }
	a:link { color:#363636; }
	a:visited { color:#363636; }
	a:hover { color:#bb0e13; }
	a:focus { color:#bb0e13;}

	
	/*박스*/
	.blue_box { border:1px solid #d6d6d6;background:#f8f8f8;color:#7e8ea6; padding:6px; }
	.blue_box li {background:url(../image/bullet/blt_blu_sq.gif) no-repeat 4px 6px; padding-left:15px;}

	.dsp_box {background:#f3f3f4; border:1px solid #d4d4d4; padding:10px 15px;}

	
	/*오렌지,그레이 버튼*/
	.btnArea {overflow:hidden;width:282px;margin:15px auto;}
	.btnOrg, .btnGry {float:left;padding-right:5px;text-align:center;}
	.btnOrg a, .btnGry a {display:block;color:#fff; font-weight:bold;line-height:42px; display:block;}
	.btnOrg a:hover, .btnGry a:hover{color:yellow;;}
	.btnOrg {width:151px; height:41px; background:url(../image/btn/btn_ok_bg.gif) no-repeat;}
	.btnGry {width:126px; height:41px; background:url(../image/btn/btn_can_bg.gif) no-repeat;}

	.btnArea_g1{overflow:hidden;width:126px;margin:15px auto;}/*그레이버튼 하나일때*/
	.btnArea_o1 {overflow:hidden;width:151px;margin:15px auto;}/*그레이버튼 하나일때*/





	/*버튼 */
	.tbl_btn {margin:10px 0;}
	.button { width:73px;height:18px; display:inline-block;color:#363636;border:1px solid #d9d9d9;/*padding:4px  24px 2px;*/font-size:90%; text-align:center;background:url(../image/btn/bg_btnarea.gif) repeat-x; margin:0 2px;}
	.button a :link {color:red;}
	.button:hover {color:#bb0e13; font-weight:bold;letter-spacing:-1px;}
	
	/* 버튼 양쪽에 있을 경우*/
	.tbl_btn_area {overflow:hidden;margin:10px 0;}
	.tbl_btn_area .tbl_btn_left {float:left; }
	.tbl_btn_area .tbl_btn_right {float:right;}


	/*로그인 부분 버튼*/
	.login_s {width:86px ;height:24px;background:url(../image/btn/btn_login_s.gif) repeat-x;font-weight:bold;color:#fff; box-shadow:2px 2px 0px #cecece;line-height:200%;text-align:center;}
	.login_s a {color:#fff;display:block;}
	.login_s a:hover {color:yellow;display:block;}


	.find {width:65px;height:15px;margin:5px 0 0 0;padding:0 5px;border:1px solid #a6a6b7;background:#b6b6c5;font-size:11px; font-weight:bold; letter-spacing:-1px;color:#fff;text-align:center;}
	.find a {color:#fff;display:block;}
	.find a:hover{color:#bb0e13;display:block;}

	.join {width:55px;height:19px;margin:3px 0 0 0;padding:0 5px;background:url(../image/btn/bg_join_bg.gif) repeat-x; border:1px solid #b3b5bd;color:#959595;font-weight:bold;text-align:center;}
	.join a {color:#959595;display:block;}
	.join a:hover{color:#bb0e13;display:block;}

	.userbtn a{display:inline-block;margin-right:5px;height:20px;background:url(../image/btn/btn_bg_grd01.gif) repeat-x;font-size:11px; font-weight:bold; text-align:center;line-height:22px; border-right:1px solid #d9d9d9;}
	.ft80 {width:80px;}
	.ft150 {width:150px;}


	/*게시판 상단 검색폼*/
	.srch{width:100%;padding-bottom:10px;}
	.srch{text-align:right;color:#c4c4c4;}
	.srch .keyword{margin-left:1px;padding:1px;border:1px solid #b5b5b5;font-size:12px;line-height:15px}
	
	
		/*일반 게시판 리스트 */
	.tbl_normal{width:100%; font-size:12px; text-align:center; color:#363636;}
	.tbl_normal th {height:32px;padding:0 10px;font-size:90%;text-align:center;font-weight:bold; color:#7e8ea6; height:32px; background:url(../image/imgSub/bg_title_center.gif) repeat-x;}
	.tbl_normal .bgLt { background:url(../image/imgSub/bg_title_left.gif) no-repeat left 0;}
	.tbl_normal .bgRt { background:url(../image/imgSub/bg_title_right.gif) repeat-x right 0;}
	.tbl_normal td {padding:6px 5px;border-bottom:1px solid #f2f2f2; }
	.tbl_normal .list_num { color:#999; }
	.tbl_normal .list_sbj {text-align:left; padding-left:10px;}
	.tbl_normal .list_sbj a { color:#363636; font-weight:normal;}
	.tbl_normal .list_sbj a:hover { color:#bb0e13; font-weight:bold; letter-spacing:-1px; }

	/* 일반 게시판 뷰 */
	.tbl_normal_view{position:relative;width:100%; font-size:12px; text-align:left; color:#363636;}
	.tbl_normal_view thead {height:32px;background:url(../image/imgSub/bg_title_center.gif) repeat-x ;} /*0502, background 이미지명 변경 */
	.tbl_normal_view th { border-spacing:0; height:32px;text-align:left;font-weight:bold; color:#000;background:url(../image/imgSub/bg_title_center.gif) no-repeat ;} 
	.tbl_normal_view td {padding:6px 0 4px;border-bottom:1px solid #f2f2f2;}
	.tbl_normal_view .bgLt {width:10px;background:url(../image/imgSub/bg_title_left.gif) no-repeat left 0;padding:0;}
	.tbl_normal_view .bgRt {width:10px;background:url(../image/imgSub/bg_title_right.gif) no-repeat right 0;padding:0;}
	.tbl_normal_view .list_sbj {text-align:left; padding-left:10px;}
	
	.tbl_normal_view .view_info {overflow:hidden;/*position:relative;*/font-size:11px;color:#444;}
	.tbl_normal_view .write_info {float:left;}
	.tbl_normal_view .write_info dt, 
	.tbl_normal_view .write_info dd{float:left;}
	.tbl_normal_view .write_info dt { padding:0 10px; font-weight:bold;}
	.tbl_normal_view .write_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 5px; padding-right:10px;}

	.tbl_normal_view .attach_info {float:right;margin-right:10px;}
	.tbl_normal_view .attach_info dt, 
	.tbl_normal_view .attach_info dd{float:left;}
	.tbl_normal_view .attach_info dt { padding:0 10px; font-weight:bold;}
	.tbl_normal_view .attach_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 5px; padding-right:10px;}
	.tbl_normal_view .attach_info dd img {padding-right:5px;}
	
	.tbl_normal_view .attach_list {position:absolute;top:56px;right:0;border:1px solid #e5e5e5; margin-right:5px;padding-top:5px; padding-bottom:5px; padding-right:10px; padding-left:8px;background:#f8f8f8;}
	.tbl_normal_view .attach_list  li {border-bottom:1px solid #efefef;padding-top:3px; padding-bottom:3px;margin-left:12px;list-style-type:disc;}
	
	.tbl_normal_view .view {padding:17px; text-align:center;}
	.tbl_normal_view .view .view_txt {text-align:left; }
	.tbl_normal_view .view img {/*width:700px;*/padding:20px 0;}


	/*-- 신규 제품 리스트 부분 krpia 20150420 --*/

    div#list {width:710px; height:180px; font-size: 12px; font-family:"맑은 고딕"; margin-top:10px;}
    div#list .img1{width:150px; height:150px; border:1px solid #dddddd; margin-left:10px; margin-bottom:18px;  float:left; margin-right:20px;}
    div#list .title{width:510px; height:70px; float:left;}
    div#list .title .img2{ width:45px; height:70px; border:1px solid #dddddd; float:left; margin-right:15px; }
    div#list .title .title1{margin-top:16px; font-weight:bold; font-size:14px;}
    div#list .title li{float:left; list-style:none; margin-right:10px; margin-top:3px;}
    div#list .text{width:510px; height:63px;  float:left; margin-top:10px;}
    div#list a {color:#000000; text-decoration:none;}
    div#list a:hover {color:#bb0e13;}
    div#list .line {width:710px; border-bottom:1px dotted #bfc3c6; float:left;}

    /*-- 신규 제품 리스트 부분 dbpia 20150420 --*/
   
    div#list2 { width:710px; height:170px; font-size: 12px; font-family:"맑은 고딕"; margin-top:10px; }
    div#list2 .img{ width:100px; border:1px solid #dddddd;  margin-left:20px; margin-bottom:18px; float:left; margin-right:20px;}
    div#list2 .title{width:530px;  float:left; font-weight:bold; font-size:14px; margin-top:10px; }
    div#list2 .text{ width:530px; float:left; margin-top:20px; margin-bottom:10px; text-align:justify; }
    div#list2 a {color:#000000; text-decoration:none;}
    div#list2 a:hover {color:#bb0e13;}   
    div#list2 .line {width:710px; border-bottom:1px dotted #bfc3c6; float:left; }
     
    /*-- 신규 제품 리스트 부분 bookrail 20150420 --*/
    .itr{font-size:14px; font-family:"맑은 고딕"; margin-bottom:20px; margin-top:20px;}
    div#top_img{width:710px; margin-bottom:30px;}
    div#list3 {width:710px; height:225px; font-size: 12px; font-family:"맑은 고딕";  margin-top:10px; }
    div#list3 .img{width:140px; height:195px; margin-left:10px;margin-bottom:18px;  float:left; margin-right:20px; background-color:#333 }
    div#list3 .title{width:510px; height:50px; float:left; }
    div#list3 .title .title1{margin-top:10px; font-weight:bold; font-size:14px; }
    div#list3 .title li{ float:left; list-style:none; margin-right:10px; margin-top:3px; }
    div#list3 .text{ width:510px; height:120px; float:left; margin-top:10px;text-align:justify;  }
    div#list3 a {color:#000000; text-decoration:none;}  
    div#list3 a:hover {color:#bb0e13;}    
    div#list3 .line { width:710px; border-bottom:1px dotted #bfc3c6; float:left;}

	/*글쓰기 */
	.tbl_write {width:100%;border-top:2px solid #727272;}
	.tbl_write th, .tbl_write td{ height:32px; border-bottom:1px solid #c6c6c6;padding:5px;}
	.tbl_write th {font-weight:bold; text-align:left; background:url(../image/bullet/blt_star_red.gif) no-repeat 10px 14px; padding-left:20px; }
	.tbl_write .i_text{padding:3px 4px;border:1px solid #d6d6d6;}
	.tbl_write .ib_text{padding:3px 4px;border:1px solid #d6d6d6;background:#eee;}
	.tbl_write .txtcolor {color:#7e8ea6; font-weight:bold;}
	
	
	
	/* 포토갤러리 리스트*/
	.tbl_photo {  width:100%;border-top:2px solid #727272; }
	.tbl_photo .photo_tit {height:25px; font-weight:bold; color:#2a2a2a;margin-top:20px;}
	.tbl_photo .photo_tit  span {font-weight:bold; color:#878787;}
	.list_sec {position:relative;background:url(../image/common/bg_gray_dot.gif) repeat-x 0 bottom; padding-bottom:20px;}

	.photo_gallery { overflow:hidden;width:100%; }
	.photo_gallery  li { float:left; margin-right:24px;display:block;}
	.photo_gallery .thumb {width:165px; height:123px; border:1px solid #eee; background:#eee; }
	.photo_gallery  .thumb:hover{border:1px solid #bb0e13;}
	

	.list_sec .write_info {height:15px;overflow:hidden;position:absolute; top:0; right:0;font-size:90%;}
	.list_sec .write_info dt, .tbl_photo .write_info dd {float:left;}
	.list_sec .write_info dt { padding:0 5px; font-weight:bold;}
	.list_sec .write_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 2px; padding-right:10px;}


	/*==== 포토갤러리(제목/작성일/조회수) ====*/
	.tit_gallery { overflow:hidden;width:740px;}
	.tit_gallery  li { float:left; margin-right:26px;display:block;width:165px; margin-bottom:20px;}
	.tit_gallery .thumb {width:165px; height:123px; border:1px solid #eee; background:#eee; margin-bottom:10px;}
	.tit_gallery .thumb:hover{border:1px solid #bb0e13;}
	.tit_gallery strong  {line-height:120%;}
	.tit_gallery strong:hover{color:#bb0e13;cursor:pointer;}

	.tit_gallery .write_info {overflow:hidden; height:18px; font-size:90%; color:#858585;margin:8px 0; }
	.tit_gallery .write_info dt, .tit_gallery .write_info dd {float:left; letter-spacing:-1px;}
	.tit_gallery .write_info dt {padding:0 5px; font-weight:bold;}
	.tit_gallery .write_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 5px; padding-right:5px;}
	.tit_gallery .write_info .date {width:55px;}
	.tit_gallery .write_info .hit {width:30px;}

	.tit_gallery .mr0 {margin-right:0;}
	.tit_gallery .write_info .pl0 {padding-left:0;}
	.tit_gallery .write_info .pr0 {padding-right:0;}
	.tit_gallery .write_info .bg_none {background:none;}


	/*포토갤러리 뷰 썸네일 2012-06-25*/
	.gallery_thumb {position:relative;width:740px;height:58px;border:1px solid #e2e2e2;padding:8px; }
	.gallery_thumb  .btnPre {position:absolute;top:25px; left:10px;}	
	.gallery_thumb  .btnNext {position:absolute;top:25px; right:10px;}
	.gallery_thumb  div {position:relative;width:578px;margin:0 auto;overflow:hidden;}
	.gallery_thumb .thumb_list {overflow:hidden;width:4900px;}/* 50개 (99px); */
	.gallery_thumb .thumb_list li { float: left; width:86px; height:56px;margin-right:10px; border:1px solid #b8b8b8;text-align:center;background:#f0f0f0; line-height:56px;display:block;}
	.gallery_thumb .thumb_list li:hover{width:86px; height:56px;border:1px solid #bb0e13;display:block;}
	.gallery_thumb .thumb_list .thmb {width:86px; height:56px; }


	/*오픈 리스트  */
	.tbl_open {position:relative;width:100%; border-top:2px solid #414141;}
	.tbl_open .tit {overflow:hidden;height:42px;background:url(../image/common/bg_gray_dot.gif) repeat-x 0 bottom;}
	.tbl_open .tit dl {overflow:hidden;float:left;width:70%;}	
	.tbl_open .tit dt, .tbl_open .tit dd{float:left;font-size:125%; font-weight:bold;color:#2e5bae;}
	.tbl_open .tit dt {background:url(../image/common/bg_blue_bar.gif) no-repeat right 2px; padding-right:15px;}
	.tbl_open .tit dd {width:70%;padding-left:15px;}
	.tbl_open .svrChoice {float:right;}
	.tbl_open .svrChoice p, .svrChoice fieldset {float:left; padding-left:5px;}
	.tbl_open .add {height:26px; font-size:90%; color:#797979; letter-spacing:-1px; background:url(../image/bullet/blt_add.gif) no-repeat 0 7px; padding-left:13px;}
	.tbl_open .svrView {width:100%; border:1px solid #c0c0c0;}/*width:738px;*/
	.tbl_open .svrArea {width:100%;}/*width:738px;*/
	.tbl_open .paginate {width:100%;padding:15px 0;line-height:normal;text-align:center;}/*2012-06-22*/
	/*조회수,발송일 추가 2012-06-22*/
	.tbl_open .view_info {overflow:hidden;font-size:11px;color:#444;}
	.tbl_open .write_info dt, 
	.tbl_open .write_info dd{float:left;}
	.tbl_open .write_info dt {padding:0 10px; font-weight:bold;}
	.tbl_open .write_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 5px; padding-right:10px;}
	/* //조회수,발송일 추가 2012-06-22*/
	
	
	
	/*배너 게시판 */
	.tbl_bnr {width:100%; font-size:12px;border-top:2px solid #727272;}
	.tbl_bnr th {height:30px;padding:0 10px;font-size:90%;text-align:center;font-weight:bold; border-bottom:1px solid #c6c6c6;}
	.tbl_bnr td{ height:80px;padding:10px;background:url(../image/common/bg_gray_dot.gif) repeat-x 0 bottom;}
	.tbl_bnr .list {position:relative;}
	.tbl_bnr .list_sbj { font-weight:bold;  color:#787676;  width:425px;}
	.tbl_bnr .list_sbj a:hover { color:#bb0e13; font-weight:bold; }
	.tbl_bnr .write_info {overflow:hidden;height:15px;font-size:90%;margin:7px 0;}
	.tbl_bnr .write_info dt, .tbl_bnr .write_info dd {float:left;}
	.tbl_bnr .write_info dt { padding:0 5px;}
	.tbl_bnr .write_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 2px; padding-right:10px;}
	.tbl_bnr .list .btn_press {position:absolute; top:0; right:0; }
	.tbl_bnr .list .btn_press li {display:inline;}
	
	
	/* 배너 게시판 뷰 */
	.tbl_bnr_view{width:100%; font-size:12px; text-align:left; color:#787676;}
	.tbl_bnr_view th {height:32px;font-size:12px;font-weight:bold;color:#000;text-align:left; background:url(../image/imgSub/bg_title_center.gif) repeat-x;}
	.tbl_bnr_view .bgLt { background:url(../image/imgSub/bg_title_left.gif) no-repeat left 0;padding:2px;}
	.tbl_bnr_view .bgRt { background:url(../image/imgSub/bg_title_right.gif) repeat-x right 0;padding:2px;}
	.tbl_bnr_view td {padding:6px 5px;border-bottom:1px solid #f2f2f2; }

/*
	.tbl_bnr_view .write_info {overflow:hidden;margin:5px 0; color:#4d4d4d; }
	.tbl_bnr_view .write_info dt, .tbl_bnr_view .write_info dd{ float:left;}
	.tbl_bnr_view .write_info dt { padding:0 15px; font-weight:bold;}
	.tbl_bnr_view .write_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 6px; padding-right:15px;}
	.tbl_bnr_view .write_info .attach {padding:0 8px 0 0;}
*/
	.tbl_bnr_view .view_info {overflow:hidden;font-size:11px;color:#444;}
	.tbl_bnr_view .write_info {float:left;}
	.tbl_bnr_view .write_info dt, 
	.tbl_bnr_view .write_info dd{float:left;}
	.tbl_bnr_view .write_info dt { padding:0 10px; font-weight:bold;}
	.tbl_bnr_view .write_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 5px; padding-right:10px;}

	.tbl_bnr_view .attach_info {float:right;margin-right:10px;}
	.tbl_bnr_view .attach_info dt, 
	.tbl_bnr_view .attach_info dd{float:left;}
	.tbl_bnr_view .attach_info dt { padding:0 10px; font-weight:bold;}
	.tbl_bnr_view .attach_info dd {background:url(../image/common/bg_gray_bar.gif) no-repeat right 5px; padding-right:10px;}
	.tbl_bnr_view .attach_info dd img {padding-right:5px;}
	
	.tbl_bnr_view .attach_list {position:absolute;top:56px;right:0;border:1px solid #e5e5e5; margin-right:5px;padding-top:5px; padding-bottom:5px; padding-right:10px; padding-left:8px;background:#f8f8f8;}
	.tbl_bnr_view .attach_list  li {border-bottom:1px solid #efefef;padding-top:3px; padding-bottom:3px;margin-left:12px;list-style-type:disc;}

	


	.tbl_bnr_view .view {padding:15px;}
	
	.tbl_bnr_view .cnt_tit {height:25px;  font-size:125%; color: #4974bb;font-weight:bold;}
	
	.tbl_bnr_view .press_list { width:100% ;margin-bottom:30px;}
	.tbl_bnr_view .press_list  td { width:150px;height:20px; padding:5px 0; border:1px solid #dbdbdb; }
	
	.tbl_bnr_view .release {position:relative;}
	.tbl_bnr_view .release_txt {border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; padding:10px 0;}
	
	.tbl_bnr_view .add { position:absolute; top:0; right:0; font-size:90%; letter-spacing:-0.5px;color:#979797;}
	

	/*입력 테이블*/

	.gr_tbl { width:100%;border-top:2px solid #727272;}
	.gr_tbl th {text-align:left; padding-left:15px;background:url(../image/bullet/blt_star_red.gif) no-repeat 5px center;}
	.gr_tbl th, .gr_tbl td {height:32px;padding-top:2px; padding-bottom:2px;border-bottom:1px solid #c6c6c6;}

	.input_st {font-size:11px; color:#7e8ea6;background:url(../image/bullet/blt_star_red.gif) no-repeat 0 4px;padding-left:10px;}
	.st {font-size:11px; color:#7e8ea6;}

	/*페이지*/
	.paginate{margin:0 auto;width:70%;padding:15px 0;line-height:normal;text-align:center;}
	.paginate a,
	.paginate strong{display:inline-block;position:relative;z-index:2;margin:0 -3px;padding:1px 12px;border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6;background-color:#fff;color:#808080;text-decoration:none;vertical-align:top}
	.paginate strong{color:#5f7da1}
	.paginate .direction{border:0;font-weight:normal;color:#575757;}
	.paginate .prev{border-left:0; padding:0 5px; vertical-align:middle;}
	.paginate .next{border-right:0; padding:0 5px; vertical-align:middle;}
	.paginate .direction span{display:inline-block;position:relative;top:4px;width:0;height:0;font-size:0;line-height:0;vertical-align:top}
	.paginate .prev span{margin-right:1px;border:3px solid;border-top:solid #d6d6d6;border-bottom:solid #d6d6d6;border-left:0}
	.paginate .next span{margin-left:1px;border:3px solid;border-top:solid #d6d6d6;border-bottom:solid #d6d6d6;border-right:0}
	.paginate .brf {border-right:#fff;} 
	.paginate .blf {border-left:#fff;} 

	
	/*==== 코멘트 ====*/
	.cmtArea {margin-top:30px;}
	.cmt_tit {color:#1f67a4; font-weight:bold;}

	.cmtbox {/*width:100%;width:740px;*/border:1px solid #e2e2e2; background:#f7f7f7;padding:10px;color:#363636;}
	.cmtbox li {overflow:hidden;background:url(../image/common/bg_gray_dotline.gif) repeat-x bottom;padding:10px 0 10px 0;}
	
	/*-- 영역 --*/
	.cmt_set {position:relative;}
	.cmt_info_area {float:left;width:15%;}/*이름 영역*/
	.cmt_comment {float:right;width:82%;}/*코멘트 텍스트영역*/
	.cmt_rewrite {float:right;width:79%;padding-top:18px;margin-right:20px;}/*코멘트 입력영역*/

	.cmt_nick_name {font-weight:bold; color:#000;display:block;}
	.cmt_date {color:#a1a1a1;}
	.cmt_time{color:#a1a1a1;}


	.cmt_btn_moddel{position:absolute; top:7px; right:0;} /*수정삭제버튼 위치*/
	.cmt_btn_modcdel {position:absolute; top:7px; right:20px;}/*수정취소 삭제 버튼 위치*/

	.cmt_comment .cb_dsc {width:87%;word-wrap:break-word;word-break:break-word;}/*코멘트 텍스트 출력 부분*/

	.cmt_rewrite textarea {float:left;width:100%;height:35px;}

	.cb_btn_area {float:right;}
	.cmt_btn a {background:url(../image/btn/btn_cmt_resave.gif) no-repeat; width:37px; height:38px;display:block;text-align:center; font-weight:bold; font-size:90%; color:#585858;line-height:38px; }
	.cmt_btn a:hover {color:#1f67a4;}

	.cb_user_pw {clear:both;width:80%;padding-top:10px;}
	.cb_user_pw input{margin-left:1px;padding:2px;border:1px solid #d8d8d8;font-size:12px;line-height:15px;}

	/*-- 등록부분 --*/
	.cmt_write {margin-top:10px;}
	.cmt_input {float:left;width:90%;}
	.cb_btn_area{float:right;width:9%;}

	.cmt_write textarea {width:98%;}

	.cmt_commit a{background:url(../image/btn/btn_cmt_save.gif) no-repeat; width:50px; height:48px;display:block;text-align:center; font-weight:bold; font-size:120%; color:#585858;line-height:48px;}
	.cmt_commit a:hover {color:#1f67a4;}
