.form span.files_warp2 {
	text-align: left;
	position: absolute;
	right: 3%;
	width: 560px;
	left: 100px;
	top: 200px;
	padding: 10px;
}

label.files_label2 {
	left: 3%;
	top: 200px;
}

input.files2 {
	position: absolute;
	right: 3%;
	width: 560px;
	left: 100px;
	top: 200px;
	opacity: 0;
	padding: 10px;
}

button.filesonlick2 {
	position: absolute;
	right: 3%;
	width: 97px;
	/* left: 100px; */
	top: 200px;
	/* opacity: 0; */
	padding: 10px;
	z-index: 99;
	display: block;
	background-color: yellowgreen;
	border: none;
	color: snow;
	margin: 0;
	padding: 0;
	height: 40px;
}

.document textarea.modi_log {
	top: 240px;
}


.document.edit_item textarea.modi_log {
	top: 120px;
}

.document.edit_item label.filever_label {
	top: 40px;
}

.document.edit_item input.fver {
	top: 40px;
}

.document.edit_item label.filecategory_label {
	top: 80px;
}

.document.edit_item select.fcategory {
	top: 80px;
}

.document.edit_item label.impitem_label {
	top: 80px;
}

.document.edit_item input.impitem {
	top: 66px;
}

.document.edit_item label.newitem_label {
	top: 80px;
}

.document.edit_item input.newitem {
	top: 66px;
}