.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: #f7f7f7;
	padding: 10px 15px;
	color: #aaa;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #f1f1f1;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
.cameraicon{
	display:inline-block;
	width:18px;
	height:18px;
	background:url(camera.png) no-repeat 0 0;
	background-size:18px;
	vertical-align: text-bottom;
	margin-right:5px;
}
.removeme{
	position:absolute;
	top:5px;
	right:5px;
	display:inline-block;
	width:20px;
	height:20px;
	background:url(remove.png) no-repeat 0 0;
	background-size:20px;
}