form {
	margin: 0;
}

#oopres {
	width: 300px;
}

#oopres select {
	width: 300px;
}

.uplarea {
	position: absolute;
	top: -18px;
	left: -6px;
	background: #FFF;
	padding: 7px 7px 2px 7px;
	border: 2px solid #DDD;
	width: 220px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.65);
	-moz-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.65);
	box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.65);
}

.uplarea .pbuttons {
	float: right;
}

.umk_item_add_progressbar {
	display: inline;
	margin-left: 10px;
}

.umk_all_data_table {
	table-layout: fixed;
	word-wrap: break-word;
}

.umk_all_data_table tr:hover {
	background: #eee;
}

.uf_cells td {
	vertical-align: middle;
	text-align: center;
}

.edubase {
	text-align: left;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.close,
.close:hover {
	opacity: 1;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 25, 25);
	padding: 2px 8px 6px 8px;
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255);
	position: absolute;
	top: -24px;
	right: -2px;
	z-index: 1032;
	font-size: 14px;
}

.clearer {
	padding-top: 5px;
}