.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: #00b7ee;
	padding: 4px 9px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	font-size: 11px;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
.wrapper { height: 270px!important;} 

.tabbody { height: 236px!important;} 

.tabbody .panel.focus { height: 236px!important;} 

.edui-default .edui-dialog-body{ height: 370px!important; }

.edui-default .edui-for-attachment .edui-dialog-content{ height: 300px!important; }

#upload .filelist{ height: 180px!important; }