body{
	background: #f7f7f7;
}
#result{
	display: none;
}
#result a{
	color: #888;
	font-size: 14pt;
	padding: 7px;
}
#presentashka {
	visibility: hidden;
	position: absolute;
	z-index: -1;
	width: 0px;
	overflow: hidden;
	height: 0px;
}
.progress_line{
	color: #686868;
	margin: 17px 0px 0px 0px;
	text-align: left;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.37);
	background-color: #6aff6a;
	border-radius: 4px;
	border: 0px;
	font-size: 16pt;
	z-index: -1;
	height: 15px;
	width: 0;
	-webkit-transition: width 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	-moz-transition: width 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	-o-transition: width 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
	transition: width 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.block{
	max-width: 400px;
	background: #fff;
	display: block;
	margin: 20px auto;
	border: 2px solid #e6e6e6;
	border-radius: 4px;
}
.block p{
	margin: 10px;
	font-size: 14pt;
}
.block input{
	margin: 0 0 10px 20px;
}
/*.uploading_files{
}
.naming_files{
}*/
