.top-uploader{ }
.top-uploader form,
.top-uploader iframe{ display:none; }
/*.top-uploader .upload{ padding:8px; }*/
.top-uploader .thumb{ border:1px solid #EEE; width:80px; height:80px; margin:0 5px 5px 0; float:left; position:relative; overflow:hidden; }
.top-uploader .thumb .del{
	cursor:pointer; font-size: 10px;
	background:#f41414; width:18px; height:18px;
	color: #fff; text-align:center; line-height:18px;
	position:absolute; top:0; right:0; z-index:1;
}
.top-uploader .thumb img{ max-width:100%; position:absolute; }
.top-uploader .file{ margin-bottom:5px; white-space:nowrap; display:block; }
.top-uploader .file a.name{ color:inherit; text-decoration:none; }
.top-uploader table{ width:100%; }
.top-uploader td{ padding-right:5px; vertical-align:top; }
.top-uploader td:nth-child(1){ width:30px; }
.top-uploader td:nth-child(3) [class^="icon-"]{ margin-top:-3px; }
.top-uploader td:nth-child(3) a [class^="icon-"]{ padding-right:5px; }