#js-imgs{
	max-height: 410px;
	overflow: auto;
}
.div-img{
	padding: 10px;
	width: 100px;
	float: left;
}
.div-img img{
	width: 100px;
	height: 100px;
}
.div-img a{
	margin-left: 5px;
}
#js-files{
	max-height: 410px;
	overflow: auto;
}
.div-file{
	padding: 10px 0 0 10px;
	width: 380px;
	float: left;
}
.div-file .filetitle {
	height: auto;
	float: left;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow-x:hidden;
	width: 280px;
}
.filetitle a {
	padding-left: 20px;
	background: url(../images/icon/default.png) no-repeat;
}
.filetitle a[href$=".jpg"],.filetitle a[href$=".png"],.filetitle a[href$=".bmp"],.filetitle a[href$=".jpeg"],.filetitle a[href$=".gif"]{
	background: url(../images/icon/image.png) no-repeat;
}
.filetitle a[href$=".txt"] {
	background: url(../images/icon/text.png) no-repeat;
}
.filetitle a[href$=".exe"] {
	background: url(../images/icon/exe.png) no-repeat;
}
.filetitle a[href$=".rar"],.filetitle a[href$=".zip"],.filetitle a[href$=".7z"] {
	background: url(../images/icon/rar.png) no-repeat;
}
.filetitle a[href$=".doc"],.filetitle a[href$=".docx"] {
	background: url(../images/icon/word.png) no-repeat;
}
.filetitle a[href$=".xls"],.filetitle a[href$=".xlsx"] {
	background: url(../images/icon/excel.png) no-repeat;
}
.filetitle a[href$=".ppt"],.filetitle a[href$=".pptx"] {
	background: url(../images/icon/ppt.png) no-repeat;
}
.div-file a{
	margin-left: 5px;
}
.div-file .file-download{
	padding-left: 60px;
}
#uploader{
	margin: 5px;
}
.rq-dialog-bg{
	display:block;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0);
	position:absolute;
	top:0;
	left:0;
	z-index:-11;
}
.to-top{
	z-index:99999 !important;
}
iframe{
	/* width:100%; */
	/* height:100%; */
}
input{outline:0 none !important;}
.wait-loading{
	display: none;
	border: 2px solid #ddd;
	border-radius: 5px;
	background: #fefefe;
	box-shadow: 0 0 10px #ddd inset;
	color: #333;
	text-shadow: 0 0 5px rgba(0,0,0,.1);
	position: absolute;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	z-index: 1200;
}
