#upload_form { 
	float:left; 
	padding:20px; 
	width:700px; 
} 
#upload_form > div { margin-bottom:10px; } 
#speed{ float:left; width:100px; } 
#remaining { float:left; width:100px; } 
#b_transfered { float:right; text-align:right; } 
.clear_both { clear:both; } 

input { 
	border:1px solid #ccc; 
	font-size:11pt; 
	padding:2px 5px; 
} 
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); 
} 
.inputB { 
	cursor: pointer;
	border-radius:5px; 
	width:220px;
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px; 
	border:1px solid #ccc; 
	font-size:11pt; 
	padding:5px 10px; 
	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); 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
} 
.inputS::-ms-value {
	background: none;
	color: black;
}
.inputS { 
	cursor: pointer;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px; 
	border:1px solid #ccc; 
	font-size:10pt; 
	padding:2px 5px; 
	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); 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
} 

#doc_file { 
	width:270px; 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
} 

#progress_info { 
	font-size:10pt; 
} 
#progress_total {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}
#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);
}
#progress_percent { 
	float:right;
	line-height: 18px;
	font-family: "Arial";
} 

#pre_wait { height: 30px; }
#post_wait { height: 20px; }
#wait {
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: "Arial";
	font-style: normal;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
}

.dim {
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1 !important;
	background-color:black;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;      /* mozilla, netscape */
	opacity: 0.75;      /* fx, safari, opera */
	display:none;
}

#upload_response{
	color: red;
	font-size: 16px;
	font-family: "Arial";
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
}