.exist_list{
	margin-top: 8px;	
}
.selftext{
	font-weight: bold;
}
.fileupload{
    width: 100%;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}
.selfinput{
	opacity: 0;
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}
.self_btn_up {
    background-image: url(../images/btn_up.png);
    background-repeat: no-repeat;
    background-position: 0 40%;
    padding: 0 5px 0 18px;
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}
.selfbutton{
	display: inline-block;
    border: 1px solid #999;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 18px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    position: relative;
	float: left;
	background-color: #eee; 
}
.fileprocessbox{
	font-size: 14px;
}
.fileprocess{
	width: 100%;
	height:8px ;
	border:1px solid #ccc;
	border-radius: 5px;
	position: relative;
	margin: 3px 0;
}
.fileprocess div{
	position: absolute;
	height: 100%;
	width: 0px;
	background: #efefef;
	border-radius: 5px;
	left: 0;
	top: 0;
	background: url(../images/1.png) repeat ;
}
.upload_list{
	height:20px;
	overflow:hidden;
	padding:5px 0 0 0;
}
.upload_list a{
	text-decoration:underline;
}
.upload_name{
	float:left;
	overflow:hidden;
	padding:0 0px 0 5px;
    width:100px;
    display:block;
}
.upload_name span{
	display:block;
	height:30px;
	line-height:18px;
}
.upload_progress_con{
	padding:4px 10px 0 5px;
	float:left;
}
.upload_progress{
	width:40px;
	height:7px;
	border:solid 1px #cccccc;
	padding:1px;
	overflow:hidden;
}
.upload_progress_text{
	float:left;
	width:35px;
	overflow:hidden;
	height:20px;
	line-height:20px;
	
}
.upload_delete{
	float:left;
	width:30px;
	overflow:hidden;
	height:20px;
	line-height:20px;
	padding:0 0 0 5px;
}
.upload_download{
	float:left;
	width:30px;
	overflow:hidden;
	height:20px;
	line-height:20px;
	padding:0 0 0 5px;
}
.upload_waiting{
	float:left;
	width:70px;
	overflow:hidden;
	height:20px;
	line-height:20px;
}