@charset 'utf-8';

.file_search > iframe {
	display: none;
}

.file_search .file_wrapper {
	height: 45px;
}

.file_search div.btn_wrapper {
    position: relative;
    width: 80%;
    float: left;
}

.file_search div.btn_find {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #393d59;
    overflow: hidden;
}

.file_search .btn_find > button {
    margin: 0 0 0 0;
}

.file_search .btn_find > input[type="file"] {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 45px;
    width: 120px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.file_search .btn_send {
    position: absolute;
    top: 0px;
    left: 0px;
	display: none;
}

.file_search .btn_send > button {
    border: 0px;
    margin: 0 0 0 0;
    min-height: 28px;
}

ul.attached_file_list {
	overflow: hidden;
	margin: 2px 0 0 0;
}

ul.attached_file_list li {
	position: relative;
	float: left;
	margin: 0 0 20px 15px;
	padding: 0 0 0 15px;
	font-size: 16px;
	color: #9f9f9f;
	background: url('/static/pc/images/common/bg/FFFFFF-0.0.png') !important;
}

ul.attached_file_list li a.btn_delete {
	position: absolute;
	left: 0;
	top: 5px;
	width: 9px;
	height: 9px;
	background: url('/static/pc/images/board/icon/icon/icon_delete.gif')
		no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}

ul.attached_file_list li input.btn_checkbox {
    position: absolute;
    left: -11px;
    top: -2px;
    width: 20px;
    height: 20px;
}

span.graph {
	border: 1px solid #d0d0d0;
	vertical-align: middle;
	display:inline-block;
	width:220px;
	height:19px;
	overflow:hidden;
}

span.graph_bar {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	background:url('/static/pc/images/common/bg/bg-progress.gif') repeat-x 100% 100%;
}

li.file p {
	text-align: left;
}
li.file p.typeNormal {
	background: url(/static/pc/images/ico_01.gif) no-repeat center left;
    padding-left: 25px;
}

li.file div.title {
	width : 175px;
}

.ellipsis {
	white-space:nowrap;
	text-overflow:ellipsis;		/* IE, Safari */
	-o-text-overflow:ellipsis;	/* Opera under 10.7 */
	overflow:hidden;			/* "overflow" value must be different from "visible" */
	-moz-binding: url('ellipsis.xml#ellipsis');
}