.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #0186d3;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #018dda;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}



/*下面是自己写的*/
#mo_webUpload { width:980px;  margin:auto; padding:20px; border-radius:20px; background-color:White; min-height:500px; position:relative;  border: 1px solid #ececec; }
#mo_webUpload .file_info .mo_file_title{  width:100%; height:40px; margin-bottom:5px; }
#mo_webUpload .file_info .mo_file_title label{ display:block; float:left;  height:40px; padding-right:10px; text-align:right;  font-weight:bold; line-height:40px; }
#mo_webUpload .file_info .mo_file_title label img{float:right;  margin-top:5px; width:30px; padding-right:10px; }
#mo_webUpload .file_info .mo_file_title input{ padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:905px; height:35px; border:1px solid #dadada; line-height:35px; border-radius:6px;  }

#mo_webUpload .mo_file_type{ width:100%; height:40px; margin-top:10px; }
#mo_webUpload .mo_file_type .mo_file_class{ float:left; width:33%; }
#mo_webUpload .mo_file_type .mo_file_open{ float:left; width:33%; padding:0 10px 0 55px; }
#mo_webUpload .mo_file_type .mo_adminEmail{ float:left; }

#mo_webUpload .mo_file_type .mo_file_class label{ display:block; float:left; padding-left:50px; height:40px; padding-right:10px; text-align:right;  line-height:40px; }
#mo_webUpload .mo_file_type .mo_file_class label img{float:right;  margin-top:5px; }
#mo_webUpload .mo_file_type .mo_file_class select{ padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:150px; height:35px; border:1px solid #dadada; line-height:35px; font-size: larger; border-radius: 4px; }

#mo_webUpload .mo_file_type .mo_file_open label{ display:block; float:left; height:40px; padding-right:10px; text-align:right;  line-height:40px; }
#mo_webUpload .mo_file_type .mo_file_open label img{float:right;  margin-top:5px; }
#mo_webUpload .mo_file_type .mo_file_open select{ padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:150px; height:35px; border:1px solid #dadada; line-height:35px;  font-size: larger; border-radius: 4px; }

#mo_webUpload .mo_file_type .mo_adminEmail label{ display:block; float:left; height:40px; padding-right:10px; text-align:right;  line-height:40px; }
#mo_webUpload .mo_file_type .mo_adminEmail label img{float:right;  margin-top:5px; }
#mo_webUpload .mo_file_type .mo_adminEmail select{ padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:left; width:150px; height:35px; border:1px solid #dadada; line-height:35px;  font-size: larger; border-radius: 4px; }


#mo_webUpload .mo_file_desc{ }
#mo_webUpload .mo_file_desc label{ display:block; float:left;  height:40px; padding-right:10px; text-align:right;  font-weight:bold; line-height:40px; }
#mo_webUpload .mo_file_desc label img{float:right;  margin-top:5px; width:40px; }
#mo_webUpload .mo_file_desc textarea{ padding:0px 5px 0px 5px; margin:0; outline:none; display:block; float:right; width:915px; height:150px; border:1px solid #dadada;  border-radius:6px; resize:none;}
/*编辑器需要配合布局，额外添加浮动*/
#mo_webUpload .mo_file_desc>div{ float:left; font:12px Arial,Verdana,"\5b8b\4f53"; }

/*暂时搁置【待传列表】*/
/*
h3.rec_loading{ display:inline-block; height:32px; line-height:32px; padding-left:45px; margin-top:20px; color:#5DAEE5; background-image: url('../img/rec_loading.png'); background-repeat:no-repeat; }
.uploader_pause{ padding: 0 10px; }
.uploader_pause>li{ display:block; width:108px; height:108px; float:left; border:1px solid white;  margin:5px; position:relative; background-image: url('../img/bg.png'); }
.uploader_pause>li:hover{ box-shadow:0 0 2px #5DAEE5; }
.pause_rec .rec_name{ padding-top:35px; color: #838383; text-align:center; }
.uploader_pause .pause_rec .rec_name{ cursor:pointer; padding-left:10px; padding-right:10px; }
.uploader_pause .pause_rec .rec_name:hover{ color:#5DAEE5;  }
.pause_rec .del_rec{ position:absolute; width:100%; height:30px; display:none; background: rgba( 0, 0, 0, 0.4 ); top:0; left:0; z-index:300;  }
.pause_rec .del_rec span{ display:block; width:24px; height:24px; position:absolute; top:3px; right:5px; background: url(../img/icons.png) no-repeat -44px -20px; cursor:pointer; }
.pause_rec .del_rec span:hover{ background: url(../img/icons.png) no-repeat -44px 4px; }
*/
















