.UploadContainer {
	position:absolute;
	width:200px;
	height:200px;
	//margin-top:10px;
	padding:5px 5px 5px 5px;
}
.UploadText {
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	width:80%;
	height:10%;
	left:10%;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(100,100,100,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(100,100,100,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:-moz-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(100,100,100,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(100,100,100,0.7) 50%,rgba(0,0,0,0.7) 100%);
	color:white;
	margin-top:5px;
    //line-height:21px;
    font-size:70%;
    font-family:sans-serif;
    text-align:center;
	padding:5px 5px 5px 5px;
	text-overflow:ellipsis;
}
.UploadSubmit {
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	width:80%;
	height:10%;
	left:10%;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(200,100,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(200,100,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:-moz-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(200,100,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(200,100,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
	color:white;
	margin-top:5px;
    //line-height:21px;
    font-size:70%;
    font-family:sans-serif;
    text-align:center;
	padding:5px 5px 5px 5px;
}
.UploadSubmit:hover{
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	width:80%;
	height:10%;
	left:10%;
	margin-top:5px;
	cursor:pointer;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(255,200,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(255,200,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:-moz-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(255,200,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
	background:linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(255,200,0,0.7) 50%,rgba(0,0,0,0.7) 100%);
	color:white;
    //line-height:21px;
    font-size:70%;
    font-family:sans-serif;
    text-align:center;
	padding:5px 5px 5px 5px;
}

.UploadDragBox {
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:relative;
	width:80%;
	height:50%;
	left:10%;
	border:5px dashed grey;
	background:no-repeat;
	background-size:100%; 
}
.ProgressBar {
	position:absolute;
    display:block;
	height:100%;
	background:-ms-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(200,150,0,0.7) 40%, rgba(255,200,0,0.7) 60%,rgba(0,0,0,0.7) 100%);
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(200,150,0,0.7) 40%, rgba(255,200,0,0.7) 60%,rgba(0,0,0,0.7) 100%);
	background:-moz-linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(200,150,0,0.7) 40%, rgba(255,200,0,0.7) 60%,rgba(0,0,0,0.7) 100%);
	background:linear-gradient(top,rgba(0,0,0,0.7) 0%,rgba(200,150,0,0.7) 40%, rgba(255,200,0,0.7) 60%,rgba(0,0,0,0.7) 100%);
}
.ProgressBarSpan {
	z-index:1;
	display:inline-block;
	position:absolute;
	height:5%;
}
.ProgressBarContainer {
	position:relative;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	border:2px solid rgba(70,70,70,0.5);
	background:rgba(0,0,0,0.5);
    display:block;
	margin-top:5px;
    width:80%;
    height:5%;
	left:10%;
	color:white;
    font-size:70%;
    font-family:sans-serif;
    text-align:center;
}