﻿div.html5fileupload .upload_form_cont {
	background: -moz-linear-gradient(#ffffff, #f2f2f2);
	background: -ms-linear-gradient(#ffffff, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(#ffffff, #f2f2f2);
	background: -o-linear-gradient(#ffffff, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
	background: linear-gradient(#ffffff, #f2f2f2);
	color: #000;
	overflow: hidden;
}

div.html5fileupload2 #upload_form {
	float: left;
	padding: 20px;
	width: 700px;
}

div.html5fileupload #preview {
	background-color: #fff;
	display: block;
	float: right;
	width: 200px;
}

div.html5fileupload #upload_form > div {
	margin-bottom: 10px;
}

div.html5fileupload #speed, #remaining {
	float: left;
	width: 100px;
}

div.html5fileupload #b_transfered {
	float: right;
	text-align: right;
}

div.html5fileupload .clear_both {
	clear: both;
}

div.html5fileupload2 input {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	font-size: 14pt;
	padding: 5px 10px;
}

	div.html5fileupload2 input[type=button] {
		background: -moz-linear-gradient(#ffffff, #dfdfdf);
		background: -ms-linear-gradient(#ffffff, #dfdfdf);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
		background: -webkit-linear-gradient(#ffffff, #dfdfdf);
		background: -o-linear-gradient(#ffffff, #dfdfdf);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
		background: linear-gradient(#ffffff, #dfdfdf);
	}

div.html5fileupload2 #image_file {
	width: 400px;
}

div.html5fileupload #progress_info {
	font-size: 10pt;
}

div.html5fileupload #fileinfo, div.html5fileupload #error, div.html5fileupload #error2, div.html5fileupload #abort, div.html5fileupload #warnsize {
	color: #aaa;
	display: none;
	font-size: 10pt;
	font-style: italic;
	margin-top: 10px;
}

div.html5fileupload #progress {
	border: 1px solid #ccc;
	display: none;
	float: left;
	height: 14px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: -moz-linear-gradient(#66cc00, #4b9500);
	background: -ms-linear-gradient(#66cc00, #4b9500);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
	background: -webkit-linear-gradient(#66cc00, #4b9500);
	background: -o-linear-gradient(#66cc00, #4b9500);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
	background: linear-gradient(#66cc00, #4b9500);
}

div.html5fileupload #progress_percent {
	float: right;
}

div.html5fileupload #upload_response {
	margin-top: 10px;
	padding: 20px;
	overflow: hidden;
	display: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
	background: -moz-linear-gradient(#bbb, #eee);
	background: -ms-linear-gradient(#bbb, #eee);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #eee));
	background: -webkit-linear-gradient(#bbb, #eee);
	background: -o-linear-gradient(#bbb, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee')";
	background: linear-gradient(#bbb, #eee);
}
