.boan_h5upload_m1{
	position:relative;
	display:block;
	width:60px;
	height:60px;
}
.boan_h5upload_m2{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	z-index:10;
	opacity:0;
}

.webuploader-container {
	position: relative;
	z-index:10;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.uploader-list{
	display:none;
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	top:0px;
	left:0px;
	width:60px;
	height:60px;
	cursor: pointer;
	background-color:transparent;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}


#attachPicker .webuploader-pick {
	position: relative;
	display: inline-block;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	cursor: pointer;
	background-color:#00b7ee;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	line-height: 40px;
}

.webuploader-pick-hover {
	
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
