body {
    background: #F4F5F7	 url(background.png); 
    font-family: "Trebuchet MS", Verdana,Helvetica,Arial,Sans-serif;
}
table {
	width: 100%;
	border-collapse: collapse;
}
img { 
	border: none; 
}
a {
	text-decoration: none;
	color: #666666;
}
label {
	width: 100px;
}
input, select, textarea {
	color: #666666;
	border: 1px solid #AAAAAA;
}
#logo {
	background-image: url(/media/logo.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 183px;
	margin: 10px;
}
#kopilko {
	padding: 30px;
	text-align: right;
}
#wrap {
	border: 1px solid #64718A ;
	position: relative;
	width: 800px;
    margin-left: auto; 
    margin-right: auto;
	background: #FFFFFF;
	color: #222222;
}
#ads{
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}
#workspace {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#progress {
    height: 12px;
	width: 250px;
	background: url(/media/progress.gif) right;
	border: 1px solid black;
}
#progressbar {
    height: 12px;
    width: 0px;
	background: url(/media/progress.gif) left;
}
#upload_slots input {
    display: block;
    font-size: 80%;
    margin: 5px 0px;
}
#checkbox {
	display: inline;
}
#copyright {
	margin-top: 10px;
	padding: 10px;
	color: #666666;
	font-size: small;
	text-align: center;
}
#downloaders_list {
	display: none;
	font-size: small;
	margin: 0px; 
	background:#F4F5F7;
	border:1px dashed #AAAAAA;
	padding:10px;
	overflow: auto;
}
#date {
	display: inline;
}
.menu {
	list-style: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align: center;
    background: #F4F5F7;
    border-bottom: 1px solid #64718A;
    border-top: 1px solid #64718A;
}
.menu li {
    display: inline;
    padding: 5px 10px;
}
.menu_admin {
	list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background: #FFF5C2;
    border-top: 1px solid #64718A;
}
.menu_admin li {
    display: inline;
    padding: 5px 10px;
}
.toggle{ 
	color: #61AC00; 
	cursor: pointer; 
}
.toggle:hover{ 
	border-bottom: 1px dashed #61AC00; 
}
.left{
	width: 85%;
	text-align: left;
}
.right{
	width: 15%;
	text-align: right;
}
.admin_t{
	color: #FF0000;
	float: right;
	clear: right;
	text-align: right;
}
.submit{
	clear: left;
}
.file {
	clear: both;
}
.file_0 {
	background-color: #F4F5F7;
}
.file_1 {
	background-color: #E4E5E7;
}
.folder_0 {
	background-color: #F4F5F7;
}
.folder_1 {
	background-color: #E4E5E7;
}
.hidden {
	display: none;
	border: 0px;
}
.inline {
	display: inline;
}
.clean {
	width: auto;
	padding:5px;
	vertical-align:top;
}
.code {
	background:#F4F5F7;
	border:1px dashed #AAAAAA;
	padding:10px;
	overflow: auto;
}
.red {
	color: #FF0000;
}
.version{
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
	color: #64718A;
	font-size: xx-small;
}
.center{
	width: 100%;
	text-align: center;
}
.dublicate {
	color: #F00;
	font-weight: bold;
}
.message {
	background: url(/media/cat.png) left no-repeat;
	height: 300px;
	padding-left: 160px;
}