.dragArea {
	border: dotted 2px #fff;
	background-color: #a7a7a7;
	width: 250px;
	height: 100px;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 6;
	float: left;
	margin: 0 10px 0 0;
}
.dragInput {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.imageInner img {
    max-width: 200px;
    max-height: 80px;
}

.item .text {
    font-size: 12px;
}

.item {
    width: 300px;
    float: left;
    word-break: break-word;
    height: 100px;
}

.fileName {
    height: 100%;
    line-height: 6;
}

@media all and (-ms-high-contrast: none) {
	.dragArea {
		border: none;
		background-color: transparent;
		width: 250px;
		height: auto;
		position: relative;
		text-align: center;
		color: #000;
		line-height: 6;
		margin: 0 10px 0 0;
	}
	
	.dragArea input {
		width: 100%;
	}
	.dragArea span {
		display: none !important;
	}
	.fileWrap p {
		display: none !important;
	}
}

.dragAreaunsupported span {
	display: none\9 !important;
}
