.validation {
	color: #a94442;
	font-size: 80%;
}
#DropZone {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 20px 0;
	min-height: 340px;
	text-align: center;
	border: dashed 3px gray;
	background: url('../images/drag-and-drop-area.jpg') #F4F4F4 no-repeat;
	background-position: 50% 30px;
}

#InsertButton {
	position: relative;
	top: 210px;
}
select {
	width: 400px;
}

fieldset {
	background-color: White;
}
.AjaxUploaderCancelAllButton {

	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .7em;
	font-weight: 500;
	transition: all 0.15s ease;
	border-width: 3px;

	color: #333;
	background-color: #fff;
	border: 2px solid #ccc;

	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.AjaxUploaderCancelAllButton:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
}
.AjaxUploaderCancelAllButton:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
	text-decoration: none;
}
