.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: rgba(0,0,0,0);
	background-image: url("../../img/upload-icon.png");
	background-position-x:center;
	background-position-y:center;
	background-repeat: no-repeat;
	padding: 10px 15px;
	color: #000000;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	border: 2px dashed #808080;
}
.webuploader-pick-hover {
	background: #E0E0E0;
	background-image: url("../../img/upload-icon.png");
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}

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

#fileList{
	background-color:#F8F9FE;
	padding:20px;
}