@charset "utf-8";

.bbs_write_image_privew {
	cursor:pointer;
}

.is_file_write_div_table.is_file_privew_no {
	display:none;
}



.bbs-cma-filebox label {
	display: inline-block;
	padding: .5em .75em;
	color: #999;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
	width:96%;
	max-width:96%;
}

  /* ���� �ʵ� ����� */
.bbs-cma-filebox input[type="file"] { 
	/*position: absolute;*/
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}


.bbs-cma-filebox {
	width:200px;
}

.is_file_write_div_table tbody tr {
    height: 38px;
    background: #eee;
}

.is_file_write_div_table tbody th {
	text-align: center;
    color: #888;
    width: 40px;
    line-height: 38px;
    background: #eee;
	border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
	border-right: 0 solid #eee;
}

.is_file_write_div_table tbody td {
	padding-left:8px;
    line-height: 38px;
    background: #fff;
	border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
	border-left: 0 solid #fff;
}

.div_file_write_div {
	width:100%;
}
.div_file_write_left {
	float:left;
}

.div_file_write_right {
	float:left;
	padding-left:8px;
}