.tx-bee3aceuds-pi6 {
/*	background-color: green;*/
	padding-top: 5px;
	padding-bottom: 20px;
}
	
a.rename_button, a.delete_button {
	color: #A40082;
	cursor: pointer;
}

.list_of_files .col1 {
	width: 370px;
}

.list_of_files .col1 input {
	width: 350px;
}

.list_of_files .col2 {
	width: 70px;
}

.list_of_files .col3 {
	width: 100px;
}

.upload_form {
	padding-top: 0;
	padding-left: 102px;
	padding-bottom: 10px;
/*	background-color: green;*/
}

.upload_files {
	padding-left: 107px;
/*	background-color: red;*/
}

.upload_main {
/*	padding-left: 0px;
	background-color: yellow; */
}

.progressbar_wrap {
	padding-left: 110px;
}

.progressbar_outer {
	height: 20px;
	border: 1px inset #000000;
	width: 360px;
	margin: 20px auto;
	display: none;
}

.progressbar_inner {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A40082;
	height: 20px;
	width: 1px;
	text-align: center;
}

.file_is_readonly {
	padding-left: 110px;
/*	background-color: green;*/
/*	border: 1px solid black;*/
}

.SI-FILES-STYLIZED label.cabinet
{
	width: 105px;
	height: 32px;
	background: url(upload_button.png) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

